Fixed bug in Makefile

This commit is contained in:
David Anderson 2005-09-22 06:34:58 +00:00
parent 25002f559a
commit 4feaa1449f

View File

@ -60,8 +60,10 @@ debug:
default: all
clean:
rm -rf Release/sdk/*.o
rm -rf Release/*.o
rm -rf Release/$(BINARY)
rm -rf Debug/sdk/*.o
rm -rf Debug/*.o
rm -rf Debug/$(BINARY)