summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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: