about summary refs log tree commit diff stats
path: root/build
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-10-08 17:56:07 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-10-08 17:56:07 -0700
commit3315a7d3bb8560bad215febe7a69187707dac4e3 (patch)
tree7d5c4a38c6eebe8959d0eaa16b332ab602d7bf4b /build
parent2bf1f3115da1fe539606ef53baf0e399aabe6051 (diff)
downloadmu-3315a7d3bb8560bad215febe7a69187707dac4e3.tar.gz
3488 -
I'd messed up termbox in commit 3443; it was weird how it failed though.
The terminal got really sluggish to switch between windows when the
edit/ app was running. And it stopped clearing the screen properly.
Diffstat (limited to 'build')
-rwxr-xr-xbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/build b/build
index a1950702..95eb0c46 100755
--- a/build
+++ b/build
@@ -87,7 +87,7 @@ older_than cleave/cleave cleave/cleave.cc && {
   rm -rf .build
 }
 
-older_than mu_bin mu.cc *_list cleave/cleave && {
+older_than mu_bin mu.cc *_list cleave/cleave termbox/* && {
   mkdir -p .build
   cp function_list test_list .build
   mkdir -p .build/termbox