Skip to content

Commit

Permalink
Remove *.so files from tap folder on make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
rahim-kanji committed Oct 23, 2023
1 parent 30f9897 commit 0c85c4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/tap/tap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ all: libtap.a libtap.so libssl.so.3 libcrypto.so.3 libcpp_dotenv.so
.PHONY: clean
clean:
rm -f *.o libtap.a libtap.so || true
find . -name '*.so' -type f -delete || true
find cpp-dotenv/dynamic -name '*.o' -or -name '*.a' -delete || true
find cpp-dotenv/static -name '*.o' -or -name '*.a' -delete || true

Expand Down

0 comments on commit 0c85c4f

Please sign in to comment.