summaryrefslogtreecommitdiff
path: root/scripts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/Makefile')
-rw-r--r--scripts/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/Makefile b/scripts/Makefile
index f978670..1b32df7 100644
--- a/scripts/Makefile
+++ b/scripts/Makefile
@@ -1,6 +1,7 @@
include ../config.mk
install:
- cp brighter darker vol_down vol_up mpvopen get_weather mute mic_toggle $(PREFIX)/bin
+ gcc -o gip ip.c
+ cp get_weather fehbg gip $(PREFIX)/bin
clean:
- rm $(PREFIX)/bin/{brighter,darker,vol_down,vol_up,mute,mic_toggle}
+ rm $(PREFIX)/bin/{gip, , fehbg, get_weather}