diff options
| author | stkhan <personal@slickd.xyz> | 2022-03-29 19:55:52 -0800 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2022-03-29 19:55:52 -0800 |
| commit | 356b726ec5ac1d6796cfb5ca6171d20b4d0783a1 (patch) | |
| tree | 335d668f66ade4a59ffafc95e5befbdb2fd67679 /scripts/Makefile | |
| parent | c9faadd2309e0d101d99754ecbe3a874f2e6c835 (diff) | |
Icons in dwmblocks, and cleaned up scripts
Diffstat (limited to 'scripts/Makefile')
| -rw-r--r-- | scripts/Makefile | 5 |
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} |