about summary refs log tree commit diff stats
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/makefile b/makefile
index b0f6280c..66f890ee 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 mu.cc core.mu .build
+	rm -rf mu.cc core.mu mu_bin* *_list .build
 	@make
 
 CXX ?= c++
@@ -77,11 +77,8 @@ test_list: mu.cc
 .PHONY: all redo clean clena
 
 clena: clean
-clean:
+clean: redo
 	cd enumerate && make clean
 	cd tangle && make clean
 	cd cleave && make clean
 	cd termbox && make clean
-	-rm mu.cc core.mu mu_bin *_list
-	-rm -rf mu_bin.*
-	-rm -rf .build