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

9 lines
108 B
Makefile
Raw Normal View History

2017-12-04 19:00:03 -05:00
all: day4.beam
erl -noshell -s day4 start -s init stop
day4.beam:
erlc day4.erl
clean:
rm -f day4.beam