summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHaoran S. Diao <0@hairydiode.xyz>2019-04-02 09:15:07 -0400
committerHaoran S. Diao <0@hairydiode.xyz>2019-04-02 09:15:07 -0400
commit74a74c281c98f26633a3d25bc74e49cb0b33d52c (patch)
tree9d6f9bef469eaf291fd3c38df4dc55d88732a0c1 /Makefile
parent51476244ef31b7c2ec4710c524be4cb1cfff3559 (diff)
made card form of the code
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b41e815..1aeb714 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,5 @@
+main: card conway
conway: conway.c
gcc conway.c -o conway
+card: card.c
+ gcc card.c -o card