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

9 lines
108 B
Makefile

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