Sfoglia il codice sorgente

:wrench: Remove directory structure in dist directory

When cleaning.
DricomDragon 2 anni fa
parent
commit
34c0e015ef
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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: