Commit d1e2bd85 authored by Taddeus Kroes's avatar Taddeus Kroes

Added 'upload' target to Makefile for uploading docs to tkroes.nl.

parent dddd5f09
...@@ -6,7 +6,10 @@ test: ...@@ -6,7 +6,10 @@ test:
docs: docs:
phpdoc phpdoc
upload: docs
scp -r build/docs mv:tk.nl/docs/webbasics
clean: clean:
rm -rf build rm -rf build
.PHONY: test docs clean .PHONY: test docs clean upload
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