From 488147c6cbb628d60417a79f70f8afebf0cd96f7 Mon Sep 17 00:00:00 2001 From: hasufell Date: Thu, 8 May 2014 22:45:36 +0200 Subject: [PATCH] Add junk files to make clean target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4d9d3f8..547f69e 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ uninstall: rm "$(DESTDIR)$(INSTALL_BINDIR)/$(TARGET)" clean: - rm -f *.o $(TARGET) + rm -f *.o $(TARGET) core vgcore* doc: doxygen