summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorClay Smith <claysmith158@gmail.com>2023-02-15 06:11:13 -0600
committerClay Smith <claysmith158@gmail.com>2023-02-15 06:11:13 -0600
commit4760458bad9546cc2329cee45a844e4e450ccd5d (patch)
treeb7d9a1c09b501e18761da9775a23e87e65a56176 /Makefile
parented0ba87ea8c7ce0b7b97ca2b7da0cd9a7571c9eb (diff)
.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bdf493a..4a0fc71 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
CC = gcc
-ALL_FLAGS = -g
+ALL_FLAGS = -g -Wall
main: main.c handle_devices.c
${CC} ${ALL_FLAGS} main.c handle_devices.c -o devout