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

9 lines
113 B
Makefile

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