summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBrett Weiland <techcrazybsw@gmail.com>2020-07-20 23:17:24 -0500
committerBrett Weiland <techcrazybsw@gmail.com>2020-07-20 23:17:24 -0500
commit95531208bf941f05fd1d3c63abcb403b637a4316 (patch)
treef1373adb9db82d578a7dceb12dbbbb7ab1e8d0c0 /Makefile
new file: Makefile
new file: color new file: color.c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..44479c0
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+make:
+ gcc color.c -lX11 -o color
+debug:
+ gcc color.c -lX11 -o color -ggdb