diff options
author | Mattias Andrée <maandree@kth.se> | 2016-07-11 22:45:43 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-07-11 22:45:43 +0200 |
commit | 8b9426f86952224558b5534f4d906bb2c3a7ce6f (patch) | |
tree | c5e3029e1652ad17bd43cd0cfb7e70fc269006a1 /Makefile | |
parent | whitespace + Add message.[ch] (diff) | |
download | coopgammad-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |