summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClay Smith <claysmith158@gmail.com>2023-04-06 05:26:53 -0500
committerClay Smith <claysmith158@gmail.com>2023-04-06 05:26:53 -0500
commit5a7a707090b970373c429cd84fb93e0489d4ab76 (patch)
tree91f4a92973f3efcd4356db97325621d35b5032a7
parentdd8ac7dd5bb8d0d1e37f77a535256f18ba66ec6b (diff)
Added warning flag to gcc for future help?
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e909e3d..94709ff 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,2 @@
all:
- gcc SDL_controller.c -I /Library/Frameworks/SDL2.framework/Headers -F/Library/Frameworks -framework SDL2 -o ./devout_sdl
+ gcc SDL_controller.c -Wall -I /Library/Frameworks/SDL2.framework/Headers -F/Library/Frameworks -framework SDL2 -o ./devout_sdl