From 97f69507cd2a72b889f652dfd19943104ea9c34d Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 25 Apr 2015 08:22:46 -0700 Subject: 1199 - ignore errors in 'make clean' --- cpp/termbox/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/termbox/makefile') 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 -- cgit 1.4.1-2-gfad0