add centralized all and clean targets
This commit is contained in:
parent
c46e1ba7b5
commit
e38c61d95f
3 changed files with 15 additions and 7 deletions
7
Makefile
7
Makefile
|
@ -1,5 +1,6 @@
|
|||
.PHONY: all check
|
||||
all:
|
||||
@make -C $@
|
||||
.PHONY: all clean check
|
||||
all clean:
|
||||
@make -C src $@
|
||||
@make -C minic $@
|
||||
check: all
|
||||
test/go.sh all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue