- removed rule about RCS from makefile
- comments and nitpicking in 'llex.c'
This commit is contained in:
Roberto Ierusalimschy
2019-08-01 14:11:33 -03:00
parent 223bb04090
commit 35a28a58b3
2 changed files with 13 additions and 8 deletions

View File

@@ -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: