Kaynağa Gözat

:wrench: Remove directory structure in dist directory

When cleaning.
DricomDragon 2 yıl önce
ebeveyn
işleme
34c0e015ef
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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: