Skip to content

Commit

Permalink
write down rebuild instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Sep 11, 2020
1 parent ad6105c commit a67cb8a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Expand Up @@ -6,3 +6,10 @@ dist: dist/index.html $(shell find static -type f)
dist/index.html: $(shell find src -type f -name '*.elm') elm.json
@mkdir -p dist
elm make src/Main.elm --optimize --output $@

nix/elm-srcs.nix: elm.json
elm2nix convert > $@

nix/registry.dat: elm.json
elm2nix snapshot
mv registry.dat $@

0 comments on commit a67cb8a

Please sign in to comment.