1
0
Fork 0
advent-of-code/day4/Makefile
2017-12-04 19:00:03 -05:00

8 lines
108 B
Makefile

all: day4.beam
erl -noshell -s day4 start -s init stop
day4.beam:
erlc day4.erl
clean:
rm -f day4.beam