From 073e2c19ea0b882c7c7676ecf31f96c52a4e1af4 Mon Sep 17 00:00:00 2001 From: ed Date: Fri, 22 Nov 2019 22:07:12 +0100 Subject: [PATCH] script deployment added to Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index b6fc0bb..6d276cb 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,11 @@ +PREFIX = /usr/local + all: dwm dmenu st sxiv noice xbanish clean: dwm-clean dmenu-clean st-clean sxiv-clean noice-clean xbanish-clean install: dwm-install dmenu-install st-install sxiv-install noice-install xbanish-install + cp script/* $(PREFIX)/bin/ dwm: style.h $(MAKE) -C dwm-gaps