summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2019-02-20 14:31:57 +0100
committerMiguel <m.i@gmx.at>2019-02-20 14:31:57 +0100
commit428d1b9565cb9a7c5ea61eaaa5358354912488e8 (patch)
tree36ee06547b6733b97ad49092a344c766a1ec2a83 /Makefile
parent0b34aca85e4a233945d0b09e6e24e048ded49e96 (diff)
added example page
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index d19bbf4..0000000
--- a/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-INDIR=/home/miguel/git/idziorek_net
-INDIR=/home/miguel/git/softwarefools_com
-OUTDIR=/mnt/andromeda/htmlpub/idziorek_net
-OUTDIR=/mnt/andromeda/htmlpub/softwarefools_com
-#OUTDIR=/tmp/idziorek_net
-HTMLROOT=https://www.idziorek.net
-HTMLROOT=https://www.softwarefools.com
-#HTMLROOT=/tmp/idziorek_net
-
-run: build clean
- stack run staticus-exe -- ${INDIR} ${OUTDIR} ${HTMLROOT}
-build:
- stack build
-clean:
- -rm ${OUTDIR}/* -r
-showdoc:
- stack haddock