mirror of
https://github.com/correl/riichi.git
synced 2024-11-14 03:00:12 +00:00
6 lines
120 B
Makefile
6 lines
120 B
Makefile
PROJECT = riichi
|
|
|
|
DEPS = reloader
|
|
dep_reloader = git https://github.com/oinksoft/reloader.git master
|
|
|
|
include erlang.mk
|