diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 | ||
109 | clean: | 109 | clean: |
110 | rcsclean -u | ||
111 | $(RM) $(ALL_T) $(ALL_O) | 110 | $(RM) $(ALL_T) $(ALL_O) |
112 | 111 | ||
113 | depend: | 112 | depend: |