mirror of
https://github.com/lua/lua
synced 2026-09-26 16:17:11 +03:00
Details
- removed rule about RCS from makefile - comments and nitpicking in 'llex.c'
This commit is contained in:
parent
223bb04090
commit
35a28a58b3
2 changed files with 13 additions and 8 deletions
1
makefile
1
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue