diff options
author | Nao Pross <naopross@thearcway.org> | 2016-12-16 18:54:53 +0100 |
---|---|---|
committer | Nao Pross <naopross@thearcway.org> | 2016-12-16 18:54:53 +0100 |
commit | be3f57bd6f1341465455e36f792137a5e3a15451 (patch) | |
tree | 7a903589fbf12b53f14a97a8626a8e84cf871673 /docs/makefile | |
parent | added gitignore (diff) | |
download | PDI-be3f57bd6f1341465455e36f792137a5e3a15451.tar.gz PDI-be3f57bd6f1341465455e36f792137a5e3a15451.zip |
merged alan's work (production)
Diffstat (limited to 'docs/makefile')
-rw-r--r-- | docs/makefile | 2 |
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)/* |