Actualizado Makefile

This commit is contained in:
2024-07-01 09:32:17 +02:00
parent aafa3d5646
commit 8b213ba2df

View File

@@ -119,7 +119,7 @@ print-variables:
raspi: raspi:
$(CXX) $(SOURCES) -D RASPI $(CXXFLAGS) -lSDL2 -o $(TARGET_FILE) $(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: windows:
@echo off @echo off