Explorar o código

:wrench: Remove directory structure in dist directory

When cleaning.
DricomDragon %!s(int64=2) %!d(string=hai) anos
pai
achega
34c0e015ef
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: