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)