Commit b30cbe67 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Makefile cleanup

parent b9d64d1c
......@@ -35,15 +35,17 @@ d := tests/
include base.mk
include $(d)/rules.mk
.PHONY: doc
.PHONY: all doc build clean pyclean distclean
all: doc build
distclean: clean pyclean
clean:
rm -rf $(CLEAN)
distclean:
rm -rf $(CLEAN) `find . -name \*.pyc`
pyclean:
find -name \*.pyc -delete
$(TGT_DIR):
mkdir -p $(TGT_DIR)
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