Skip to content

Commit abe576a

Browse files
committed
Merge pull request #38 from larsbergstrom/clean_rlib
Clean rlib files
2 parents e5aee9b + 093b9c0 commit abe576a

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
@@ -29,4 +29,4 @@ check-debug: cssparser-tests
2929

3030
.PHONY: clean
3131
clean:
32-
rm -f *.o *.a *.so *.dylib *.dll *.dummy *-test
32+
rm -f *.o *.a *.so *.dylib *.rlib *.dll *.dummy *-test

0 commit comments

Comments
 (0)