git clone https://orangeshoelaces.net/git/tttm.git
Author: Vasily Kolobkov on 05/21/2016
Committer: Vasily Kolobkov on 05/21/2016
Make 'all' phony
Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Makefile b/Makefile
index 0dbb4b9..65338dc 100644
--- a/Makefile
+++ b/Makefile
@@ -31,3 +31,5 @@ imap.o: imap.c errors.h laxsrc.h parser.h imap.h
pshades.o: pshades.c errors.h laxsrc.h parser.h
tttm.o: tttm.c errors.h laxsrc.h parser.h imap.h
+
+.PHONY: all