Parcourir la source

:wrench: Remove directory structure in dist directory

When cleaning.
DricomDragon il y a 2 ans
Parent
commit
34c0e015ef
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      makefile

+ 1 - 1
makefile

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