Skip to content

Commit

Permalink
Adjusted trypandoc makefile for use of sandbox.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Nov 15, 2015
1 parent c720cbf commit b59d0fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trypandoc/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CGIBIN=/home/website/cgi-bin
TRYPANDOC=/home/website/html/pandoc/try/
CGI=${CGIBIN}/trypandoc
BIN=../dist/build/trypandoc/trypandoc
BIN=../.cabal-sandbox/bin/trypandoc

install: ${CGI} ${TRYPANDOC}/index.html

Expand Down

0 comments on commit b59d0fb

Please sign in to comment.