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

9 lines
108 B
Makefile
Raw Normal View History

2017-12-05 12:45:34 -05:00
all: day5.beam
erl -noshell -s day5 start -s init stop
day5.beam:
erlc day5.erl
clean:
rm -f day5.beam