summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2019-02-18 17:35:09 +0100
committerMiguel <m.i@gmx.at>2019-02-18 17:35:09 +0100
commit3366fb07342249ccd9037ac487205058c88fabc4 (patch)
treef5fcd311663e055626f9b2b92b2d43210ce021e4 /Makefile
parent217208e3f342d31da541b88af8d06aabbf322f86 (diff)
something useful
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 13b9250..9f14fd7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,9 @@
INDIR=/home/miguel/git/idziorek_net
OUTDIR=/tmp/idziorek_net
+HTMLROOT=/tmp/idziorek_net
run: build clean
- stack run staticus-exe -- ${INDIR} ${OUTDIR}
+ stack run staticus-exe -- ${INDIR} ${OUTDIR} ${HTMLROOT}
build:
stack build
clean: