aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Steven Schubiger <stsc@refcnt.org> 2021-01-08 22:57:46 +0100
committerGravatar Steven Schubiger <stsc@refcnt.org> 2021-01-08 22:57:46 +0100
commite1f59580969ca24e59d4a7ce3ab1b91163a758b1 (patch)
treed94ea11a58a357dfbdf717c6cb6a03b3c80e2326 /Makefile
parent7dba84411d8e70c5d9320aa854ac2b4a64c452aa (diff)
downloadcolorize-e1f59580969ca24e59d4a7ce3ab1b91163a758b1.tar.gz
colorize-e1f59580969ca24e59d4a7ce3ab1b91163a758b1.tar.bz2
Makefile: declare readme target as phony
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b786e05..33b66a7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-.PHONY: check check_valgrind install clean release
+.PHONY: check check_valgrind install clean release readme
.SUFFIXES:
.SUFFIXES: .c .o