summary refs log tree commit diff
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-03-27 15:05:26 -0400
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-03-27 15:05:26 -0400
commit6405a0742f7cd31aa801c660c48c9cc6d7ca23df (patch)
tree31c15151c4d8025bfd2da019fc630407a20c68c7
parent36635660b40573f6a0c19d50dfdd9277589030de (diff)
downloadroux-6405a0742f7cd31aa801c660c48c9cc6d7ca23df.tar.gz
use make variable for extensibility
-rw-r--r--Makefile2
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