about summary refs log tree commit diff stats
path: root/build
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-12-07 15:20:44 -0800
committerKartik Agaram <vc@akkartik.com>2019-12-07 18:05:06 -0800
commitc1d596f56a6f2198ea8ea1b0a90c613e919d891b (patch)
tree6e44703f23864ad78dd68e7b0a9229f54a46b281 /build
parente9aee071f44876bcce4d741eea52198249e5b339 (diff)
downloadmu-c1d596f56a6f2198ea8ea1b0a90c613e919d891b.tar.gz
5796 - move treeshake to a new tools/ directory
Diffstat (limited to 'build')
-rwxr-xr-xbuild5
1 files changed, 0 insertions, 5 deletions
diff --git a/build b/build
index 9028bfa3..9e95bb34 100755
--- a/build
+++ b/build
@@ -106,9 +106,4 @@ older_than subx_bin subx.cc *_list && {
   $CXX $CFLAGS subx.cc -o subx_bin
 }
 
-older_than treeshake treeshake.cc && {
-  echo $CXX $CFLAGS treeshake.cc -o treeshake
-  $CXX $CFLAGS treeshake.cc -o treeshake
-}
-
 exit 0