From 35a28a58b38fb90cbe7c9596d60af2b3c1bd52a3 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 1 Aug 2019 14:11:33 -0300 Subject: Details - removed rule about RCS from makefile - comments and nitpicking in 'llex.c' --- makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index cb6cece8..cf238aeb 100644 --- a/makefile +++ b/makefile @@ -107,7 +107,6 @@ $(LUAC_T): $(LUAC_O) $(CORE_T) $(CC) -o $@ $(MYLDFLAGS) $(LUAC_O) $(CORE_T) $(LIBS) $(MYLIBS) clean: - rcsclean -u $(RM) $(ALL_T) $(ALL_O) depend: -- cgit v1.2.3-55-g6feb