aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-07-11 22:45:43 +0200
committerMattias Andrée <maandree@kth.se>2016-07-11 22:45:43 +0200
commit8b9426f86952224558b5534f4d906bb2c3a7ce6f (patch)
treec5e3029e1652ad17bd43cd0cfb7e70fc269006a1 /Makefile
parentwhitespace + Add message.[ch] (diff)
downloadcoopgammad-8b9426f86952224558b5534f4d906bb2c3a7ce6f.tar.gz
coopgammad-8b9426f86952224558b5534f4d906bb2c3a7ce6f.tar.bz2
coopgammad-8b9426f86952224558b5534f4d906bb2c3a7ce6f.tar.xz
Add server.[ch]
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index db4344f..631b544 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ COMMAND = gammad
KERNEL = $(shell uname | tr '[A-Z]_' '[a-z]-')
-SRC = filter gammad output ramps util message
+SRC = filter gammad output ramps util message server
OPTIMISE = -Og -g