diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2022-01-23 22:52:43 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2022-01-23 22:52:43 +0100 |
| commit | 0bc7e135aaf1600019c573509c3c801b9b1d6cb7 (patch) | |
| tree | 098530408fd7c86a048ee147c1e425329381c1da /Makefile | |
| parent | a26e6affc58beef0970287499a60ec8fbc5ea170 (diff) | |
| download | scripts-0bc7e135aaf1600019c573509c3c801b9b1d6cb7.tar.gz scripts-0bc7e135aaf1600019c573509c3c801b9b1d6cb7.zip | |
Added secret for password encrypting; changed default directory for sfeed-browser.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -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 | ||
| 44 | all: install | ||
| 45 | |||
| 43 | install: | 46 | install: |
| 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: | |||
| 49 | uninstall: | 52 | uninstall: |
| 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 |
