diff options
Diffstat (limited to 'cpp/termbox/makefile')
-rw-r--r-- | cpp/termbox/makefile | 2 |
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 |