瀏覽代碼

:wrench: Remove directory structure in dist directory

When cleaning.
DricomDragon 2 年之前
父節點
當前提交
34c0e015ef
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      makefile

+ 1 - 1
makefile

@@ -54,7 +54,7 @@ clean:
 	rm -f $(GEN_FILES)
 
 clean-dist:
-	rm -f $(DIST_FILES)
+	rm -rf $(DIST_DIR)/*
 
 .PHONY: debug
 debug: