Skip to content

Commit 0efeb2c

Browse files
committed
Add clean rule to makefile
1 parent 6c0d533 commit 0efeb2c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PID := $(shell cat .czhttpd-pid 2>/dev/null)
22

33
all: test
4-
.PHONY: start debug reload test stress
4+
.PHONY: start debug reload test stress clean
55

66
start:
77
@zsh -f test/start.sh
@@ -17,3 +17,6 @@ test:
1717

1818
stress:
1919
@zsh -f test/stress/stress.sh -l stress.log $(CLI_ARGS)
20+
21+
clean:
22+
rm -rf {test,stress}.log test/stress/{html,report}

0 commit comments

Comments
 (0)