summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9f8ad86..23902ff 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,11 @@
-all: tit4tat prisoners_dilemma
+all: pd_server tit4tat prisoners_dilemma
tit4tat: tit4tat.c
gcc -std=c99 -Wall -o $@ $<
+pd_server: pd_server.c
+ gcc -o $@ $<
+
prisoners_dilemma: prisoners_dilemma.pl
gplc -o $@ $<