summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHaoran S. Diao <0@hairydiode.xyz>2019-04-01 19:37:32 -0400
committerHaoran S. Diao <0@hairydiode.xyz>2019-04-01 19:37:32 -0400
commit7b6aecf53fc5b71da941af3f874e81f53cd6bb47 (patch)
tree50aabdbd5b0704cfbca3f2ffe8fa02cc5893e039 /Makefile
functional conway's game of life with a glider
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..b41e815
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+conway: conway.c
+ gcc conway.c -o conway