diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index b49f0cc..bb87706 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ .PHONY: all check all: - @make -C src + @make -C $@ check: all test/go.sh all |