commit fc58007cc1dedff9d8300acdcfae62b25f5d9c6d
parent 8aaf7aaf797781f30f6154740729363c1bb36c4d
Author: Joris Vink <joris@coders.se>
Date: Fri, 22 Jun 2018 23:02:57 +0200
remove lingering character
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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