Explorar o código

Add dist to PHONY

Jochen Sprickerhof %!s(int64=5) %!d(string=hai) anos
pai
achega
702a5592b8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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