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

9 lines
108 B
Makefile
Raw Normal View History

2017-12-07 01:33:12 -05:00
all: day7.beam
erl -noshell -s day7 start -s init stop
day7.beam:
erlc day7.erl
clean:
rm -f day7.beam