updated clean target in Makefile

git-svn-id: svn://anubis/anaglym/trunk@97 99a6e188-d820-4881-8870-2d33a10e2619
This commit is contained in:
Josh Holtrop 2009-10-18 21:54:20 +00:00
parent 75a80ae378
commit 624f8a8dcc

View File

@ -101,6 +101,9 @@ ifeq ($(WINDOWS),1)
endif
clean:
-rm -f *.o *.dep *~ $(TARGET) dist stdout.txt stderr.txt
-rm -f *.o *.dep *~ $(TARGET) dist stdout.txt stderr.txt sdl_keymap.h sdl_keymap.cc
$(MAKE) -C wfobj clean
$(MAKE) -C TextureCache clean
$(MAKE) -C OdeWorld clean
-include $(DEPS)