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

Commit 2aae895

Browse files
committed
add make clean;
1 parent 258dac9 commit 2aae895

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

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

0 commit comments

Comments
 (0)