Skip to content

Commit 3fb7888

Browse files
committed
Fix make clean
1 parent 3f065ce commit 3fb7888

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Makefile.in

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,6 @@ clean:
108108
rm -Rf boringssl-$(BORING_SSL_COMMIT).zip boringssl-$(BORING_SSL_COMMIT)
109109
rm -Rf $(NGHTTP2_VERSION).tar.bz2 $(NGHTTP2_VERSION)
110110
rm -Rf $(CURL_VERSION).tar.gz $(CURL_VERSION)
111-
## Clean build artifacts of the Chrome version. Use after re-running './configure'
112-
cd $(CURL_VERSION)
113-
rm -f .chrome
114111
.PHONY: clean
115112

116113

0 commit comments

Comments
 (0)