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

9 lines
113 B
Makefile
Raw Normal View History

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