Browse Source

Makefile: Remove target directory on distclean

parazyd 2 years ago
parent
commit
c36e34eb83
1 changed files with 1 additions and 0 deletions
  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); \