riichi/priv/Makefile

7 lines
124 B
Makefile

all: index.html
index.html:
elm-make --yes src/Riichi.elm --output=index.html --warn
clean:
rm -rf elm-stuff index.html