Chore: better docs
This commit is contained in:
parent
584cba2bae
commit
aa0f1e9170
1 changed files with 3 additions and 2 deletions
|
@ -24,7 +24,8 @@ help:
|
|||
@echo - all: build everything
|
||||
@echo - clean: clean distfiles
|
||||
@echo - help: show this help
|
||||
@echo - benchmarks: run benchmarks (only works on linux!)
|
||||
@echo - benchmarks: run benchmarks
|
||||
@echo - valgrind-check: run checks with valgrind
|
||||
|
||||
build/%.o: src/%.c
|
||||
@mkdir -p build/md2_impls/md2_reference
|
||||
|
@ -72,7 +73,7 @@ benchmarks.csv: md2 ${TESTFILES}
|
|||
|
||||
benchmarks: benchmarks.csv
|
||||
|
||||
lint: md2 t/3
|
||||
valgrind-check: md2 t/3
|
||||
|
||||
@for i in 0 1 2 3 4; do \
|
||||
echo; \
|
||||
|
|
Loading…
Reference in a new issue