summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2019-02-17 11:59:50 +0100
committerMiguel <m.i@gmx.at>2019-02-17 11:59:50 +0100
commite4fdf5ac751273bcea58beaafb7d7e98f3a93b85 (patch)
treebbbc36bf1c0304887d1a9f6a2b58b34cbaf03fad /Makefile
parentd0a2a6ed5ed787fc613f73ba74439d1beba0d1c1 (diff)
cleaning up in progress
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a74efd1..851c3cf 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,12 @@
+INDIR=/home/miguel/git/idziorek_net
+OUTDIR=/tmp/idziorek_net
+
run: build clean
- stack run staticus-exe -- /home/miguel/git/staticus_www/INDEX /home/miguel/git/staticus_www/OUT
+ stack run staticus-exe -- ${INDIR} ${OUTDIR}
build:
stack build
clean:
- -rm /home/miguel/git/staticus_www/OUT/* -r
+ -rm ${OUTDIR}/* -r
showdoc:
stack haddock
# firefox /home/miguel/git/staticus_www/staticus/.stack-work/install/x86_64-linux/lts-13.0/8.6.3/doc/index.html