summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBrett Weiland <techcrazybsw@gmail.com>2020-07-22 00:55:49 -0500
committerBrett Weiland <techcrazybsw@gmail.com>2020-07-22 00:55:49 -0500
commit0724dd34334c3ba5ae4d127bd4b23d872a0aa273 (patch)
tree345fef312f707a9a5bf327b38b21d04bad3601be /Makefile
parente4d8e8004267c45174706def0316162526a4872a (diff)
modified: Makefile
modified: color modified: color.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 44479c0..cbc04cd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
make:
gcc color.c -lX11 -o color
debug:
- gcc color.c -lX11 -o color -ggdb
+ gcc color.c -lX11 -Wall -o color -ggdb