Skip to content
Snippets Groups Projects
Commit 5b6e423d authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

Added kbibtex swap files to 'bibclean' target in Makefile.

parent 919f9984
No related branches found
No related tags found
No related merge requests found
......@@ -4,12 +4,15 @@ d := docs/
include base.mk
include $(d)rules.mk
.PHONY: all clean distclean
all: docs
clean:
rm -rf $(BUILD)
distclean: clean
bibclean:
rm -f `find docs/report.bib~*`
distclean: clean bibclean
rm -f `find -name \*.pyc`
.PHONY: all clean bibclean distclean
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment