From 0724dd34334c3ba5ae4d127bd4b23d872a0aa273 Mon Sep 17 00:00:00 2001 From: Brett Weiland Date: Wed, 22 Jul 2020 00:55:49 -0500 Subject: modified: Makefile modified: color modified: color.c --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3