summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClay Smith <claysmith158@gmail.com>2023-04-06 06:01:27 -0500
committerClay Smith <claysmith158@gmail.com>2023-04-06 06:01:27 -0500
commit06dd19258b6f0c763920d6fb785481279077284c (patch)
treed07600f443ef02a9dbfc08a9aa05ac0a2079024d
parent5a7a707090b970373c429cd84fb93e0489d4ab76 (diff)
Added "make run" to makefile
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 94709ff..b7842db 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,4 @@
all:
gcc SDL_controller.c -Wall -I /Library/Frameworks/SDL2.framework/Headers -F/Library/Frameworks -framework SDL2 -o ./devout_sdl
+run:
+ ./devout_sdl