mirror of
https://github.com/correl/riichi.git
synced 2025-03-17 17:00:11 -09: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
|