committer: mfx <mfx> 1109816699 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2005-03-03 02:24:59 +00:00
parent 0bc6a1a7f1
commit 949587334c
2 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ upx.out: $(upx_OBJECTS) $(upx_DEPENDENCIES)
$(strip $(CXX) $(call e,CPPFLAGS) $(call e,CXXFLAGS) -o $@ -c $<)
mostlyclean clean distclean maintainer-clean:
rm -f *.d *.map *.o *.res upx.out
rm -f *.d *.map *.o *.obj *.res upx.exe upx.out
-include *.d
.PHONY: all mostlyclean clean distclean maintainer-clean