Browse Source

Add dist to PHONY

Jochen Sprickerhof 5 years ago
parent
commit
702a5592b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
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