Skip to content

Commit ff25970

Browse files
committed
rename targets
1 parent f7b2236 commit ff25970

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Windows/makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ release\$(APP_EXE): $(SDL_LIB) $(SDL_DLL) $(OBJS) $(APP_RES)
7676
COPY $(SDL_DLL) release\SDL2.dll
7777
MOVE $(APP_EXE) $@
7878

79-
test-debug:
79+
run-debug:
8080
debug\$(APP_EXE)
8181

82-
test-release:
82+
run-release:
8383
release\$(APP_EXE)
8484

8585
# Remove just SDL
@@ -98,4 +98,4 @@ distclean: clean clean-sdl
9898
-RD /S /Q frameworks\sdl\backups
9999
-RD /S /Q ..\Windows\third_party
100100

101-
.PHONY: all sdl test-debug test-release clean clean-sdl distclean
101+
.PHONY: all sdl run-debug run-release clean clean-sdl distclean

0 commit comments

Comments
 (0)