Explorar el Código

Makefile: Remove target directory on distclean

parazyd hace 2 años
padre
commit
c36e34eb83
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -114,6 +114,7 @@ clean:
 
 distclean: clean
 	$(CARGO) clean
+	rm -rf target
 
 install: all
 	@for i in $(BINS); \