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

9 lines
108 B
Makefile
Raw Normal View History

2017-12-09 00:48:55 -05:00
all: day9.beam
erl -noshell -s day9 start -s init stop
day9.beam:
erlc day9.erl
clean:
rm -f day9.beam