Skip to content
This repository was archived by the owner on Nov 16, 2020. It is now read-only.

Commit 36b78bf

Browse files
committed
add a 'clean' target.
1 parent 6cd36f5 commit 36b78bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
features.html: process.pl template.html features.json
22
perl process.pl features.html
3+
clean:
4+
rm features.html

0 commit comments

Comments
 (0)