diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -26,7 +26,7 @@ sarc: clean @echo "Finished! Run make install to install" c: clean cfg: config -install: +install: feh_fix make install-wm -C wm make install-utils -C utils install scripts/sarc.sh /usr/local/bin @@ -41,6 +41,8 @@ part: ./scripts/cp.sh cleanp: clean rm -rf .config +feh_fix: + cp scripts/fehbg ${PREFIX}/bin/ test1: mkdir test cp -r * test/ |