aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJacob Janzen <jacob.a.s.janzen@gmail.com>2024-02-11 21:55:35 -0600
committerJacob Janzen <jacob.a.s.janzen@gmail.com>2024-02-11 21:55:35 -0600
commit063f4f854b1274d306c75f5737cccccfc51d8b52 (patch)
tree295ccf71be140ea373aef649ce355f33e81b7b42 /Makefile
testing stuff
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..da8a861
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+all: drunkard main
+
+main: main.c
+ $(CC) main.c -lcurses -o main