Fix the 'strip' tag

This commit is contained in:
Stas Degteff 2005-09-04 18:11:46 +00:00
parent 81f72ac216
commit 39eb7fab72

View File

@ -33,4 +33,4 @@ ifdef MINGW
endif
strip:
cd $(OBJPATH)/$(PLATFORM)/ ; strip $(EXECUTABLES)
cd $(BIN)/ ; strip *