Skip to content

Commit ca3eef2

Browse files
committed
add make examples-clean
1 parent 5f18bbf commit ca3eef2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,16 @@ clean-html:
4848
html/type/ \
4949
$(NULL)
5050

51+
clean-examples:
52+
rm -fr examples/*
53+
5154
clean-images:
5255
rm -f html/images/type-graph*
5356

5457
clean-search:
5558
rm -f html/js/search.js
5659

57-
clean: clean-html clean-images clean-search
60+
clean: clean-html clean-images clean-search clean-examples
5861

5962
test-links: html/links.txt
6063
./util/test-links.sh

0 commit comments

Comments
 (0)