riichi/priv/Makefile

8 lines
124 B
Makefile
Raw Normal View History

2017-07-19 02:13:27 +00:00
all: index.html
index.html:
elm-make --yes src/Riichi.elm --output=index.html --warn
clean:
rm -rf elm-stuff index.html