diff --git a/Makefile b/Makefile index dca16c1..28c328f 100644 --- a/Makefile +++ b/Makefile @@ -119,7 +119,7 @@ print-variables: raspi: $(CXX) $(SOURCES) -D RASPI $(CXXFLAGS) -lSDL2 -o $(TARGET_FILE) - strip -s -R .comment -R .gnu.version "$(TARGET_FILE)_debug" --strip-unneeded + strip -s -R .comment -R .gnu.version $(TARGET_FILE) --strip-unneeded windows: @echo off