diff options
author | Aaron Marcher <info@nulltime.net> | 2017-01-09 12:05:29 +0100 |
---|---|---|
committer | Aaron Marcher <info@nulltime.net> | 2017-01-09 12:05:29 +0100 |
commit | 3f976aabc08dd7d4762b0e04f0cbe8550f0e3ced (patch) | |
tree | 1dfef74232f01691d28aa038b6821483b076ab28 /Makefile | |
parent | a3cb24c438778a749767459900ad8ee6316cffdd (diff) |
Makefile fix and vol_perc fix for mute
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ include config.mk all: slstatus -slstatus: config.h config.mk +slstatus: slstatus.c config.h config.mk ${CC} ${CFLAGS} -o $@ slstatus.c ${LDFLAGS} config.h: |