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

9 lines
108 B
Makefile
Raw Normal View History

2017-12-02 01:27:19 -05:00
all: day2.beam
erl -noshell -s day2 start -s init stop
day2.beam:
erlc day2.erl
clean:
rm -f day2.beam