Skip to content

Commit e44561a

Browse files
committed
add 'clean' target
1 parent 5a069dc commit e44561a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,7 @@ html:
5252
pages:
5353
@echo Generating pages...
5454
@tools/build-pages
55+
56+
clean:
57+
@echo Cleaning up...
58+
@rm -rfv tmp zonemaster _site

0 commit comments

Comments
 (0)