Added an additional clean option for stale versions of the precompiled header that might have been orphaned in the include folder.

This commit is contained in:
wrenczes@gmail.com
2010-11-20 07:08:25 +00:00
parent e0872b852d
commit 0c4b43a491

View File

@@ -67,7 +67,7 @@ log: CXXFLAGS += -DDOLOG
ifeq ($(TARGET_ARCHITECTURE),psp)
include $(PSPSDK)/lib/build.mak
EXTRA_CLEAN += PrecompiledHeader.h.gch
EXTRA_CLEAN += PrecompiledHeader.h.gch ../../projects/mtg/include/PrecompiledHeader.h.gch
log: all
debug: all