diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-04-25 08:22:46 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-04-25 08:22:46 -0700 |
commit | 97f69507cd2a72b889f652dfd19943104ea9c34d (patch) | |
tree | 2e6d9b32ea9a7d4a35404c6b7a255ba8daaa0ceb /cpp/makefile | |
parent | b4bbd479174fd06c13295f33845f39427c0776b3 (diff) | |
download | mu-97f69507cd2a72b889f652dfd19943104ea9c34d.tar.gz |
1199 - ignore errors in 'make clean'
Diffstat (limited to 'cpp/makefile')
-rw-r--r-- | cpp/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/makefile b/cpp/makefile index d3a64f8d..ade746fd 100644 --- a/cpp/makefile +++ b/cpp/makefile @@ -49,4 +49,4 @@ clean: cd enumerate && make clean cd tangle && make clean cd termbox && make clean - rm -rf mu.cc core.mu mu *_list + -rm mu.cc core.mu mu *_list |