From 7b6aecf53fc5b71da941af3f874e81f53cd6bb47 Mon Sep 17 00:00:00 2001 From: "Haoran S. Diao" <0@hairydiode.xyz> Date: Mon, 1 Apr 2019 19:37:32 -0400 Subject: functional conway's game of life with a glider --- Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Makefile (limited to 'Makefile') 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 -- cgit v1.1