From f7085b465489bf1fa57c2339409f9ff678ddd1ed Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 22 Sep 2016 16:29:29 -0700 Subject: 3407 --- makefile | 7 ++----- 1 file 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 -- cgit 1.4.1-2-gfad0