1
0
Fork 0
advent-of-code/2017/day20/Makefile

9 lines
113 B
Makefile
Raw Normal View History

2017-12-20 16:06:36 -05:00
all: day20.beam
erl -noshell -s day20 start -s init stop
day20.beam:
erlc day20.erl
clean:
rm -f day20.beam