From fc58007cc1dedff9d8300acdcfae62b25f5d9c6d Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Fri, 22 Jun 2018 23:02:57 +0200 Subject: [PATCH] remove lingering character --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 124dc9d..16df696 100644 --- a/Makefile +++ b/Makefile @@ -168,7 +168,7 @@ $(OBJDIR)/%.o: src/%.c $(CC) $(CFLAGS) -c $< -o $@ clean: - rm -f $(VERSION); \ + rm -f $(VERSION) find . -type f -name \*.o -exec rm {} \; rm -rf $(KORE) $(OBJDIR) kore.features $(MAKE) -C kodev clean