Skip to content

Commit

Permalink
Merge pull request chris-morgan#9 from larsbergstrom/clean_rlib
Browse files Browse the repository at this point in the history
Clean rlib files
  • Loading branch information
metajack committed Mar 19, 2014
2 parents e8c002b + 0266c1d commit 4a381f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ clean-tests:
clean: clean-tests
rm -rf $(VPATH)src/http/generated/ codegen
rm -rf libhttp.dummy
rm -f *.so *.dylib *.dll
rm -f *.so *.dylib *.rlib *.dll

.PHONY: all examples clean clean-tests

0 comments on commit 4a381f3

Please sign in to comment.