From 262ba38ba675d3918d0913314ac32a657bd1156c Mon Sep 17 00:00:00 2001 From: Simon Let Date: Mon, 10 Jun 2019 16:52:55 +0200 Subject: [PATCH] minor changes to makefile --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6a31ce0..aea297b 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,12 @@ autoinstall: build: submodules resh-collect resh-daemon +rebuild: + make clean + make build + +clean: + rm resh-* install: build submodules/bash-preexec/bash-preexec.sh shellrc.sh config.toml uuid.sh | $(HOME)/.resh $(HOME)/.resh/bin $(HOME)/.config # Copying files to resh directory ... @@ -70,7 +76,7 @@ $(HOME)/.resh/resh-uuid: # Generating random uuid for this device ... cat /proc/sys/kernel/random/uuid > $@ 2>/dev/null || ./uuid.sh -.PHONY: submodules build install +.PHONY: submodules build install rebuild uninstall clean autoinstall submodules: | submodules/bash-preexec/bash-preexec.sh