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

9 lines
108 B
Makefile

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