diff options
author | Nick Wellnhofer <wellnhofer@aevum.de> | 2015-01-24 16:08:13 +0100 |
---|---|---|
committer | Nick Wellnhofer <wellnhofer@aevum.de> | 2015-01-24 16:27:16 +0100 |
commit | a19dd1d73ece5384c87c42477eb36265f127015d (patch) | |
tree | 967e39bc364043cd5c5f7b5c0467f138f6c4a5ae /spec.txt | |
parent | 31530d93448bdf93c0797540a73c6b67586ad5e1 (diff) |
Rework Makefile targets
Since $(BUILDDIR) depended on the phony target "check", it was always
considered out-of-date. So it was always rebuilt resulting in running
the "cmake" command again even if it was already run.
Add a new phony target "cmake_build" that always triggers the cmake build
and make $(PROG) depend on it.
Running "make" a second time now doesn't run cmake again.
Diffstat (limited to 'spec.txt')
0 files changed, 0 insertions, 0 deletions