aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2022-01-23 22:52:43 +0100
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2022-01-23 22:52:43 +0100
commit0bc7e135aaf1600019c573509c3c801b9b1d6cb7 (patch)
tree098530408fd7c86a048ee147c1e425329381c1da /Makefile
parenta26e6affc58beef0970287499a60ec8fbc5ea170 (diff)
downloadscripts-0bc7e135aaf1600019c573509c3c801b9b1d6cb7.tar.gz
scripts-0bc7e135aaf1600019c573509c3c801b9b1d6cb7.zip
Added secret for password encrypting; changed default directory for sfeed-browser.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ee3e07f..7d1b83a 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,7 @@ SCRIPTS = addressgrep \
23 popup-cal12 \ 23 popup-cal12 \
24 popup-cal3 \ 24 popup-cal3 \
25 popup-terminal \ 25 popup-terminal \
26 secret \
26 sel \ 27 sel \
27 sfeed-browser \ 28 sfeed-browser \
28 spawn \ 29 spawn \
@@ -40,6 +41,8 @@ SCRIPTS = addressgrep \
40 xprop-active-window-id \ 41 xprop-active-window-id \
41 xwallpaper-random-notify 42 xwallpaper-random-notify
42 43
44all: install
45
43install: 46install:
44 for s in ${SCRIPTS}; do\ 47 for s in ${SCRIPTS}; do\
45 cp -f $$s ${DESTDIR}${PREFIX}/bin ; \ 48 cp -f $$s ${DESTDIR}${PREFIX}/bin ; \
@@ -49,4 +52,4 @@ install:
49uninstall: 52uninstall:
50 for s in ${SCRIPTS}; do rm -rf ${DESTDIR}${PREFIX}/bin/$$s ; done 53 for s in ${SCRIPTS}; do rm -rf ${DESTDIR}${PREFIX}/bin/$$s ; done
51 54
52.PHONY: install uninstall 55.PHONY: all install uninstall

Generated with cgit - Back to sebastiano.tronto.net