Xinqi Bao's Git
projects
/
slstatus.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
fixed (hopefully) the vol_perc() function
[slstatus.git]
/
Makefile
diff --git
a/Makefile
b/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}