Skip to content

Commit

Permalink
Clean up the Makefile
Browse files Browse the repository at this point in the history
Also add a target for the benchmark.
  • Loading branch information
volyrique committed May 18, 2019
1 parent 81fe3d9 commit af5b20a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ test: test-bin
test-bin: picohttpparser.c picotest/picotest.c test.c
$(CC) -Wall $(CFLAGS) $(LDFLAGS) -o $@ $^

bench: bench.c picohttpparser.c

clean:
rm -f test-bin
rm -f bench test-bin

.PHONY: test
.PHONY: all clean test

0 comments on commit af5b20a

Please sign in to comment.