소스 검색

Makefile: Remove target directory on distclean

parazyd 2 년 전
부모
커밋
c36e34eb83
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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); \