Fix 'make strip' to strip only one platform files

This commit is contained in:
Stas Degteff 2005-10-29 09:17:53 +00:00
parent e46c1e5982
commit f7c47b6179

View File

@ -32,4 +32,4 @@ docs:
@cd $@ ; $(MAKE) all ; cd ..
strip:
cd $(BIN)/ ; strip *
cd $(BIN)/ ; strip *$(PLATFORM)$(EXEEXT)