aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornixo <nicolo@nixo.xyz>2020-10-29 11:23:00 +0100
committerFelix Queißner <felix@ib-queissner.de>2020-11-01 09:33:33 +0100
commit3e53261935449514ef638c691bf6c7bea391ddcc (patch)
tree0b75b60ab177aa3fe29f36570042c7336e216c36
parente159548fc99d2c611da98d930e8c7885e97d11ed (diff)
downloadkristall-3e53261935449514ef638c691bf6c7bea391ddcc.tar.gz
Makefile: make build/kristall .PHONY (else rebuild won't trigger)
https://www.gnu.org/software/make/manual/html_node/Phony-Targets.html
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index eb28654..a5e72f9 100644
--- a/Makefile
+++ b/Makefile
@@ -28,6 +28,7 @@ endif
kristall: build/kristall
cp build/kristall $@
+.PHONY: build/kristall
build/kristall: src/*
mkdir -p build
cd build; $(HOMEBREW_PATH) $(QMAKE_COMMAND) ../src/kristall.pro && $(MAKE) $(MAKEFLAGS)