use make variable for extensibility
This commit is contained in:
parent
36635660b4
commit
6405a0742f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
.PHONY: all check
|
||||
all:
|
||||
@make -C src
|
||||
@make -C $@
|
||||
check: all
|
||||
test/go.sh all
|
||||
|
|
Loading…
Add table
Reference in a new issue