mirror of
https://github.com/correl/riichi.git
synced 2024-11-23 19:19:55 +00:00
8 lines
124 B
Makefile
8 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
|