about summary refs log tree commit diff stats
path: root/build_until
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-08-29 00:40:31 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-08-29 00:40:31 -0700
commit4ed126000a44f1e03116973071bb1c2f7fe18458 (patch)
tree0ef4ed1dbfbc0c4679924ce53b8b2071880e0302 /build_until
parentb856e7e15f36939bd5cecf090a2c0d4a26ab7850 (diff)
downloadmu-4ed126000a44f1e03116973071bb1c2f7fe18458.tar.gz
3277
Streamline the build process a bit.
Diffstat (limited to 'build_until')
-rwxr-xr-xbuild_until1
1 files changed, 0 insertions, 1 deletions
diff --git a/build_until b/build_until
index 77c217dd..2b75d792 100755
--- a/build_until
+++ b/build_until
@@ -8,7 +8,6 @@ make --no-print-directory tangle/tangle
 make --no-print-directory enumerate/enumerate
 
 ./tangle/tangle $(./enumerate/enumerate --until $1 |grep -v '.mu$') |grep -v "^\s*//:" > mu.cc
-make --no-print-directory autogenerated_lists
 
 cat /dev/null $(./enumerate/enumerate --until $1 |grep '.mu$') > core.mu