Commit 5b6e423d authored by Taddeüs Kroes's avatar Taddeüs Kroes

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

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