We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7b2236 commit ff25970Copy full SHA for ff25970
Windows/makefile
@@ -76,10 +76,10 @@ release\$(APP_EXE): $(SDL_LIB) $(SDL_DLL) $(OBJS) $(APP_RES)
76
COPY $(SDL_DLL) release\SDL2.dll
77
MOVE $(APP_EXE) $@
78
79
-test-debug:
+run-debug:
80
debug\$(APP_EXE)
81
82
-test-release:
+run-release:
83
release\$(APP_EXE)
84
85
# Remove just SDL
@@ -98,4 +98,4 @@ distclean: clean clean-sdl
98
-RD /S /Q frameworks\sdl\backups
99
-RD /S /Q ..\Windows\third_party
100
101
-.PHONY: all sdl test-debug test-release clean clean-sdl distclean
+.PHONY: all sdl run-debug run-release clean clean-sdl distclean
0 commit comments