diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-03-27 15:05:26 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-03-27 15:05:26 -0400 |
commit | 6405a0742f7cd31aa801c660c48c9cc6d7ca23df (patch) | |
tree | 31c15151c4d8025bfd2da019fc630407a20c68c7 /Makefile | |
parent | 36635660b40573f6a0c19d50dfdd9277589030de (diff) | |
download | roux-6405a0742f7cd31aa801c660c48c9cc6d7ca23df.tar.gz |
use make variable for extensibility
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 |