Selaa lähdekoodia

Makefile: Remove target directory on distclean

parazyd 2 vuotta sitten
vanhempi
sitoutus
c36e34eb83
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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); \