aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-04-12 13:30:41 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-04-21 21:16:45 +0200
commit4dbb4dada6820dc5a09257b23f6874dee3d9a22b (patch)
tree3013c02cd95998d025f7cc408bb0df37af05beec /Makefile
parentAdd a lot of new unit tests. (diff)
downloadcalp-4dbb4dada6820dc5a09257b23f6874dee3d9a22b.tar.gz
calp-4dbb4dada6820dc5a09257b23f6874dee3d9a22b.tar.xz
Made lcov.info phony.
We do actually generate lcov.info, but It's marked phony to force tests to always run.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b5020913..350a7d3a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
.PHONY: all clean test \
static \
- go_files
+ go_files \
+ lcov.info
GUILE := guile
export GUILE