fix make clean

This commit is contained in:
Steven Barth 2008-05-27 12:13:12 +00:00
parent 93ff578ac8
commit 20b14ac443

View file

@ -12,4 +12,4 @@ compile: source
for i in $$(find dist -name *.lua -not -name debug.lua); do $(LUAC) $(LUAC_OPTIONS) -o $$i $$i; done for i in $$(find dist -name *.lua -not -name debug.lua); do $(LUAC) $(LUAC_OPTIONS) -o $$i $$i; done
clean: clean:
rm dist -rf rm -rf dist