Ver código fonte

:wrench: Remove directory structure in dist directory

When cleaning.
DricomDragon 2 anos atrás
pai
commit
34c0e015ef
1 arquivos alterados com 1 adições e 1 exclusões
  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: