remove lingering character

This commit is contained in:
Joris Vink 2018-06-22 23:02:57 +02:00
parent 8aaf7aaf79
commit fc58007cc1
1 changed files with 1 additions and 1 deletions

View File

@ -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