add centralized all and clean targets

This commit is contained in:
Quentin Carbonneaux 2016-03-27 18:05:27 -04:00
parent c46e1ba7b5
commit e38c61d95f
3 changed files with 15 additions and 7 deletions

View file

@ -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