aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2016-03-21 15:32:28 +0100
committerChristian Hesse <mail@eworm.de>2016-03-21 15:32:28 +0100
commita0fff23195df68682296953aa6bcae7ff97a6ad1 (patch)
tree0f785d36280fb94d890b1fc0952668da459e335a /Makefile
parenta0ec87b07f073501231d63bd947f003fd38df5ed (diff)
downloadvis-a0fff23195df68682296953aa6bcae7ff97a6ad1.tar.gz
vis-a0fff23195df68682296953aa6bcae7ff97a6ad1.tar.xz
configure: make vis depend on config.mk
We want vis to be rebuilt when configuration changes, so make vis depend on config.mk.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8f8d583..b08449f 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ all: vis
config.h:
cp config.def.h config.h
-vis: config.h *.c *.h
+vis: config.h config.mk *.c *.h
${CC} ${CFLAGS} ${CFLAGS_VIS} *.c ${LDFLAGS} ${LDFLAGS_VIS} -o $@
debug: clean