From 356b726ec5ac1d6796cfb5ca6171d20b4d0783a1 Mon Sep 17 00:00:00 2001 From: stkhan Date: Tue, 29 Mar 2022 19:55:52 -0800 Subject: Icons in dwmblocks, and cleaned up scripts --- scripts/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'scripts/Makefile') 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} -- cgit v1.2.3