about summary refs log tree commit diff stats
path: root/makefile
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-09-15 12:00:21 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-09-15 12:00:21 -0700
commit207b980555f1e21681b8095ee49afe0aacbaddb6 (patch)
treeaea5ae41ad1ce9e1b747c19a03ab84c864224f2e /makefile
parenteb45abde2f873b7aea3129e25466a8620b1673c9 (diff)
downloadmu-207b980555f1e21681b8095ee49afe0aacbaddb6.tar.gz
3360
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 488bb612..3edf546c 100644
--- a/makefile
+++ b/makefile
@@ -10,7 +10,7 @@ all: mu_bin core.mu
 # to recompute dependencies. You have to manually run 'make redo' to recreate
 # the .build/ directory from scratch.
 redo:
-	rm -rf mu_bin core.mu .build
+	rm -rf mu_bin mu.cc core.mu .build
 	@make
 
 CXX ?= c++