Add junk files to make clean target

This commit is contained in:
hasufell 2014-05-08 22:45:36 +02:00
parent fa80615415
commit 488147c6cb
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 1 deletions

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