summaryrefslogtreecommitdiffstats
path: root/docs/makefile
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2016-12-16 18:54:53 +0100
committerNao Pross <naopross@thearcway.org>2016-12-16 18:54:53 +0100
commitbe3f57bd6f1341465455e36f792137a5e3a15451 (patch)
tree7a903589fbf12b53f14a97a8626a8e84cf871673 /docs/makefile
parentadded gitignore (diff)
downloadPDI-be3f57bd6f1341465455e36f792137a5e3a15451.tar.gz
PDI-be3f57bd6f1341465455e36f792137a5e3a15451.zip
merged alan's work (production)
Diffstat (limited to 'docs/makefile')
-rw-r--r--docs/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/makefile b/docs/makefile
index 3cee7e4..8336791 100644
--- a/docs/makefile
+++ b/docs/makefile
@@ -27,4 +27,4 @@ $(PDFS): res/%.pdf: res/%.svg $(SVGS)
inkscape -z -D --file=$< --export-pdf=$@
clean:
- rm -i $(BUILD_DIR)/*
+ rm $(BUILD_DIR)/*