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

9 lines
113 B
Makefile
Raw Normal View History

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