浏览代码

Add dist to PHONY

Jochen Sprickerhof 5 年之前
父节点
当前提交
702a5592b8
共有 1 个文件被更改,包括 1 次插入1 次删除
  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