commit 6405a0742f7cd31aa801c660c48c9cc6d7ca23df parent 36635660b40573f6a0c19d50dfdd9277589030de Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu> Date: Sun, 27 Mar 2016 15:05:26 -0400 use make variable for extensibility Diffstat:
| M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -1,5 +1,5 @@ .PHONY: all check all: - @make -C src + @make -C $@ check: all test/go.sh all