Browse Source

use make variable for extensibility

Quentin Carbonneaux 9 years ago
parent
commit
6405a0742f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -1,5 +1,5 @@
 .PHONY: all check
 all:
-	@make -C src
+	@make -C $@
 check: all
 	test/go.sh all