aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2019-08-01 14:11:33 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2019-08-01 14:11:33 -0300
commit35a28a58b38fb90cbe7c9596d60af2b3c1bd52a3 (patch)
tree3a323f342005878651b3989a82339b9b8aa7fa07 /makefile
parent223bb04090344b1972dc2a7910a54b46210f0d40 (diff)
downloadlua-35a28a58b38fb90cbe7c9596d60af2b3c1bd52a3.tar.gz
lua-35a28a58b38fb90cbe7c9596d60af2b3c1bd52a3.tar.bz2
lua-35a28a58b38fb90cbe7c9596d60af2b3c1bd52a3.zip
Details
- removed rule about RCS from makefile - comments and nitpicking in 'llex.c'
Diffstat (limited to 'makefile')
-rw-r--r--makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/makefile b/makefile
index cb6cece8..cf238aeb 100644
--- a/makefile
+++ b/makefile
@@ -107,7 +107,6 @@ $(LUAC_T): $(LUAC_O) $(CORE_T)
107 $(CC) -o $@ $(MYLDFLAGS) $(LUAC_O) $(CORE_T) $(LIBS) $(MYLIBS) 107 $(CC) -o $@ $(MYLDFLAGS) $(LUAC_O) $(CORE_T) $(LIBS) $(MYLIBS)
108 108
109clean: 109clean:
110 rcsclean -u
111 $(RM) $(ALL_T) $(ALL_O) 110 $(RM) $(ALL_T) $(ALL_O)
112 111
113depend: 112depend: