aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Queißner <felix@ib-queissner.de>2020-06-12 15:13:52 +0200
committerGitHub <noreply@github.com>2020-06-12 15:13:52 +0200
commitc719e9a740b3678ebb48208b75984c10ae77ffa0 (patch)
tree71ac247d15e36fa6085a41ac1876b2ffaf12c72b
parent89263ec94135dfa03fe1e4501c780d982ee78385 (diff)
parent3b9738c9c625fe1dd7700ea0325463d8035f321e (diff)
downloadkristall-c719e9a740b3678ebb48208b75984c10ae77ffa0.tar.gz
Merge pull request #8 from jamestomasino-forks/master
adds sourcefiles as dependency to build task
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9052d51..89a650b 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ sharedir=$(DESTDIR)$(PREFIX)/share
kristall: build/kristall
cp build/kristall $@
-build/kristall:
+build/kristall: src/*
mkdir -p build
cd build && qmake ../src/kristall.pro && $(MAKE)