summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAaron Marcher <info@nulltime.net>2016-09-09 19:07:25 +0200
committerAaron Marcher (drkhsh) <info@nulltime.net>2016-09-09 19:07:25 +0200
commit6518f41b1f96b2bd684c2e37b5ea0002074cc49b (patch)
tree799f8f502bbfa4c907c0022b63298f58cfc9ae40 /Makefile
parent5c86bbd67f25815aa9c6c309697df7aea2d80330 (diff)
parent9b2dc253485ef3a0ac34a5e781bc2c856bec463d (diff)
Merge branch 'R41z-master'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d20ad8f..4848eef 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,8 @@
include config.mk
+NAME=slstatus
+
SRC = ${NAME}.c
OBJ = ${SRC:.c=.o}