From ed61d8d863163b216d5996c850c0a1fa2171e0a4 Mon Sep 17 00:00:00 2001 From: John Regan Date: Thu, 5 May 2022 11:32:59 -0400 Subject: add clean rule for Lua 5.4 --- src/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/GNUmakefile') diff --git a/src/GNUmakefile b/src/GNUmakefile index 36fb3de..f7462af 100644 --- a/src/GNUmakefile +++ b/src/GNUmakefile @@ -185,7 +185,7 @@ endif .PHONY: $(d)/clean $(d)/clean~ clean clean~ $(d)/clean: - $(RM) -fr $(@D)/config.h $(@D)/*.dSYM $(@D)/5.1 $(@D)/5.2 $(@D)/5.3 + $(RM) -fr $(@D)/config.h $(@D)/*.dSYM $(@D)/5.1 $(@D)/5.2 $(@D)/5.3 $(@D)/5.4 $(d)/clean~: $(d)/clean $(RM) -f $(@D)/*~ -- cgit v1.2.3-59-g8ed1b