Prechádzať zdrojové kódy

Makefile: Remove target directory on distclean

parazyd 2 rokov pred
rodič
commit
c36e34eb83
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  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); \