diff options
| author | Christian Hesse <mail@eworm.de> | 2016-03-21 15:32:28 +0100 |
|---|---|---|
| committer | Christian Hesse <mail@eworm.de> | 2016-03-21 15:32:28 +0100 |
| commit | a0fff23195df68682296953aa6bcae7ff97a6ad1 (patch) | |
| tree | 0f785d36280fb94d890b1fc0952668da459e335a /Makefile | |
| parent | a0ec87b07f073501231d63bd947f003fd38df5ed (diff) | |
| download | vis-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
