From bbfa3f49bec04d7f273a50aa9b069c08a6f1575b Mon Sep 17 00:00:00 2001 From: gabime Date: Sun, 26 Jan 2014 21:33:57 +0200 Subject: [PATCH] small fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eb4d0b1f..261715b9 100644 --- a/Makefile +++ b/Makefile @@ -27,4 +27,4 @@ os.o: src/os.cpp .PHONY: clean clean: - rm -f *.o testlog + rm -f *.o libc11log.a testlog