diff options
author | Mattias Andrée <maandree@kth.se> | 2016-07-13 03:51:00 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-07-13 03:51:00 +0200 |
commit | 5edb689a0e1e8c06666371a85ad1cba0e04afe23 (patch) | |
tree | def83ef195096fa0fe0016cf1e4c44d5d5d55866 /Makefile | |
parent | Implement filter updating (diff) | |
download | coopgammad-5edb689a0e1e8c06666371a85ad1cba0e04afe23.tar.gz coopgammad-5edb689a0e1e8c06666371a85ad1cba0e04afe23.tar.bz2 coopgammad-5edb689a0e1e8c06666371a85ad1cba0e04afe23.tar.xz |
Add ring[.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 = coopgammad KERNEL = $(shell uname | tr '[A-Z]_' '[a-z]-') -SRC = filter coopgammad output ramps util message server +SRC = filter coopgammad output ramps util message server ring OPTIMISE = -Og -g |