From 06dd19258b6f0c763920d6fb785481279077284c Mon Sep 17 00:00:00 2001 From: Clay Smith Date: Thu, 6 Apr 2023 06:01:27 -0500 Subject: Added "make run" to makefile --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.1