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

9 lines
113 B
Makefile

all: day25.beam
erl -noshell -s day25 start -s init stop
day25.beam:
erlc day25.erl
clean:
rm -f day25.beam