Makefile fix and vol_perc fix for mute

This commit is contained in:
Aaron Marcher
2017-01-09 12:05:29 +01:00
parent a3cb24c438
commit 3f976aabc0
2 changed files with 2 additions and 4 deletions

View File

@ -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: