about summary refs log tree commit diff stats
path: root/cpp/termbox/makefile
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-04-25 08:22:46 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-04-25 08:22:46 -0700
commit97f69507cd2a72b889f652dfd19943104ea9c34d (patch)
tree2e6d9b32ea9a7d4a35404c6b7a255ba8daaa0ceb /cpp/termbox/makefile
parentb4bbd479174fd06c13295f33845f39427c0776b3 (diff)
downloadmu-97f69507cd2a72b889f652dfd19943104ea9c34d.tar.gz
1199 - ignore errors in 'make clean'
Diffstat (limited to 'cpp/termbox/makefile')
-rw-r--r--cpp/termbox/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/termbox/makefile b/cpp/termbox/makefile
index 21055318..8bdd2704 100644
--- a/cpp/termbox/makefile
+++ b/cpp/termbox/makefile
@@ -6,4 +6,4 @@ libtermbox.a: utf8.o termbox.o
 termbox.o: termbox.c input.inl output.inl bytebuffer.inl
 
 clean:
-	rm *.o libtermbox.a
+	-rm *.o libtermbox.a