Add junk files to make clean target

This commit is contained in:
2014-05-08 22:45:36 +02:00
parent fa80615415
commit 488147c6cb

View File

@@ -48,7 +48,7 @@ uninstall:
rm "$(DESTDIR)$(INSTALL_BINDIR)/$(TARGET)"
clean:
rm -f *.o $(TARGET)
rm -f *.o $(TARGET) core vgcore*
doc:
doxygen