Created
February 5, 2012 09:58
-
-
Save rwst/1744516 to your computer and use it in GitHub Desktop.
Makefile for hakyll sites, helping with recompile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mark: hakyll.hs | |
ghc --make hakyll.hs | |
touch mark | |
build: mark | |
./hakyll build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Why not use ./hakyll as the mark?