Add the 'strip' make tag

This commit is contained in:
Stas Degteff 2005-08-19 21:42:23 +00:00
parent 2ef181b97b
commit 6838feb69e

View File

@ -31,3 +31,6 @@ docs:
ifdef MINGW
@cd $@ ; $(MAKE) all ; cd ..
endif
strip:
cd $(OBJPATH)/$(PLATFORM)/ ; strip $(EXECUTABLES)