Skip to content

Instantly share code, notes, and snippets.

@rwst
Created February 5, 2012 09:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rwst/1744516 to your computer and use it in GitHub Desktop.
Save rwst/1744516 to your computer and use it in GitHub Desktop.
Makefile for hakyll sites, helping with recompile
mark: hakyll.hs
ghc --make hakyll.hs
touch mark
build: mark
./hakyll build
@briansniffen
Copy link

Why not use ./hakyll as the mark?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment