Xinqi Bao's Git

fixed (hopefully) the vol_perc() function
[slstatus.git] / Makefile
index d20ad8f..4848eef 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,8 @@
 
 include config.mk
 
+NAME=slstatus
+
 SRC = ${NAME}.c
 OBJ = ${SRC:.c=.o}