updated clean target in Makefile
git-svn-id: svn://anubis/anaglym/trunk@97 99a6e188-d820-4881-8870-2d33a10e2619
This commit is contained in:
parent
75a80ae378
commit
624f8a8dcc
5
Makefile
5
Makefile
@ -101,6 +101,9 @@ ifeq ($(WINDOWS),1)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
clean:
|
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)
|
-include $(DEPS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user