From 4dbb4dada6820dc5a09257b23f6874dee3d9a22b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 12 Apr 2022 13:30:41 +0200 Subject: Made lcov.info phony. We do actually generate lcov.info, but It's marked phony to force tests to always run. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3