aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2020-06-19 16:45:12 +0200
committerJonas Smedegaard <dr@jones.dk>2020-06-19 16:45:12 +0200
commit2ef9ca8d05ec1ab9e511484413b04882fbd90233 (patch)
tree45b1b2e02e6d429d5778418a182f5b61b7ebeafe /Makefile
parent3cd1ade78e64a86364d2b3d33ab4e7338f64ab95 (diff)
mark build target check as phony
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9ef3a86..9e85e63 100644
--- a/Makefile
+++ b/Makefile
@@ -52,4 +52,4 @@ clean:
distclean: clean
rm -rf source
-.PHONY: all doc clean distclean
+.PHONY: all doc check clean distclean