diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile index bb87706..ae15d15 100644 --- a/Makefile +++ b/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 |