From f7c47b617963f2d079c3148651ca9a79fdc9440e Mon Sep 17 00:00:00 2001 From: Stas Degteff Date: Sat, 29 Oct 2005 09:17:53 +0000 Subject: [PATCH] Fix 'make strip' to strip only one platform files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6174545..4eed327 100644 --- a/Makefile +++ b/Makefile @@ -32,4 +32,4 @@ docs: @cd $@ ; $(MAKE) all ; cd .. strip: - cd $(BIN)/ ; strip * + cd $(BIN)/ ; strip *$(PLATFORM)$(EXEEXT)