diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-03-14 17:07:04 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-03-14 17:08:40 -0700 |
commit | 4f5bc1e198b075c8fbec455a5614deb2c13a812e (patch) | |
tree | 8bb6c79b5972d915b837e57c6e367cc30ddeb07f /cpp/makefile | |
parent | ad796a56e574e91b8760714f54a08bbfec0a6ede (diff) | |
download | mu-4f5bc1e198b075c8fbec455a5614deb2c13a812e.tar.gz |
909
Diffstat (limited to 'cpp/makefile')
-rw-r--r-- | cpp/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/makefile b/cpp/makefile index 40eb3873..9d2e1f15 100644 --- a/cpp/makefile +++ b/cpp/makefile @@ -9,7 +9,7 @@ mu.cc: 0* @make autogenerated_lists >/dev/null tangle/tangle: - cd tangle && make + cd tangle && make && tangle test # auto-generated files; by convention they end in '_list'. .PHONY: autogenerated_lists clena |