diff --git a/Makefile b/Makefile index 10dc318..82a833f 100644 --- a/Makefile +++ b/Makefile @@ -33,4 +33,4 @@ ifdef MINGW endif strip: - cd $(OBJPATH)/$(PLATFORM)/ ; strip $(EXECUTABLES) + cd $(BIN)/ ; strip *