mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
fix makefile (bis)
This commit is contained in:
parent
50b62b4802
commit
460df56d4b
1 changed files with 4 additions and 2 deletions
6
Makefile
6
Makefile
|
|
@ -19,11 +19,13 @@ lib:
|
|||
doc:
|
||||
$(COMP) $(FLAGS) $(DIRS) $(DOC)
|
||||
|
||||
test:
|
||||
build-test:
|
||||
$(COMP) $(FLAGS) $(DIRS) $(TEST)
|
||||
|
||||
test: build-test
|
||||
./tests/run
|
||||
|
||||
bench: $(TEST)
|
||||
bench: build-test
|
||||
cd bench && $(MAKE)
|
||||
|
||||
stats:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue