diff --git a/Makefile b/Makefile index 8a042e0..10dc318 100644 --- a/Makefile +++ b/Makefile @@ -31,3 +31,6 @@ docs: ifdef MINGW @cd $@ ; $(MAKE) all ; cd .. endif + +strip: + cd $(OBJPATH)/$(PLATFORM)/ ; strip $(EXECUTABLES)