diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,15 +1,15 @@ include config.mk all: sarc - - -sarc: clean +sarc: @./scripts/set_theme.sh make -C $(DWM) make -C $(ST) make -C $(DMENU) + make -C sxiv make -C farbfeld make -C sent make -C wmname + gcc -o scripts/gip scripts/ip.c rm colors.h c: clean install: @@ -17,6 +17,7 @@ install: make install -C $(DWM) make install -C $(ST) make install -C $(DMENU) + make install -C sxiv make install -C scripts make install -C farbfeld make install -C sent @@ -28,3 +29,4 @@ clean: make clean -C farbfeld make clean -C sent make clean -C wmname + rm -r scripts/gip |