Browse Source

:wrench: Remove directory structure in dist directory

When cleaning.
DricomDragon 1 năm trước cách đây
mục cha
commit
34c0e015ef
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: