diff options
author | Mattias Andrée <maandree@kth.se> | 2016-07-11 16:51:25 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-07-11 16:51:25 +0200 |
commit | 67dc32f6da719f483b6dbad72e145908a28d4c38 (patch) | |
tree | f10ca7fc0337247963e5d2f417c7b35e03f4ee7e /Makefile | |
parent | Do not require /proc (diff) | |
download | coopgammad-67dc32f6da719f483b6dbad72e145908a28d4c38.tar.gz coopgammad-67dc32f6da719f483b6dbad72e145908a28d4c38.tar.bz2 coopgammad-67dc32f6da719f483b6dbad72e145908a28d4c38.tar.xz |
Detect kernel automatically
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
@@ -1,7 +1,7 @@ PKGNAME = gammad COMMAND = gammad -KERNEL = linux +KERNEL = $(shell uname | tr '[A-Z]_' '[a-z]-') SRC = filter gammad output ramps util |