diff options
| author | Miguel <m.i@gmx.at> | 2019-02-17 11:59:50 +0100 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2019-02-17 11:59:50 +0100 |
| commit | e4fdf5ac751273bcea58beaafb7d7e98f3a93b85 (patch) | |
| tree | bbbc36bf1c0304887d1a9f6a2b58b34cbaf03fad /Makefile | |
| parent | d0a2a6ed5ed787fc613f73ba74439d1beba0d1c1 (diff) | |
cleaning up in progress
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |
