summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJuan Manuel Tomás <jtomas1815@gmail.com>2022-08-13 20:42:28 -0300
committerJuan Manuel Tomás <jtomas1815@gmail.com>2022-08-13 20:42:28 -0300
commit21f71be7e7872176d7aac102f5da2614d8c9b287 (patch)
tree8a49ac4036f5c28789c510da13620d5ac08b56e8 /Makefile
parente7307d06c5c90d9a02ba2d9c107491347983c14e (diff)
downloadlife-master.tar.gz
life-master.zip
Fix bug making program unable to quitHEADmaster
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..3204b73
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,2 @@
+life:
+ gcc -o life -lSDL2 life.c