commit 702a5592b8309cc3c91fc562fcfff0b4f58fb2f0
Author:     Jochen Sprickerhof <[email protected]>
AuthorDate: Thu Apr 16 21:24:41 2020 +0200
Commit:     Jochen Sprickerhof <[email protected]>
CommitDate: Thu Apr 16 21:24:41 2020 +0200

    Add dist to PHONY

diff --git a/Makefile b/Makefile
index 1474e2a..7d7b6d8 100644
--- a/Makefile
+++ b/Makefile
@@ -38,4 +38,4 @@ dist: clean
 .c:
        $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o $@ $< -lutil
 
-.PHONY: all install test clean distclean
+.PHONY: all install test clean distclean dist

Reply via email to