Skip to content

Commit 4a381f3

Browse files
committed
Merge pull request chris-morgan#9 from larsbergstrom/clean_rlib
Clean rlib files
2 parents e8c002b + 0266c1d commit 4a381f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ clean-tests:
3737
clean: clean-tests
3838
rm -rf $(VPATH)src/http/generated/ codegen
3939
rm -rf libhttp.dummy
40-
rm -f *.so *.dylib *.dll
40+
rm -f *.so *.dylib *.rlib *.dll
4141

4242
.PHONY: all examples clean clean-tests

0 commit comments

Comments
 (0)