Files
adventofcode/2017/day-15/Makefile
T

6 lines
66 B
Makefile

all: solution
./$<
solution: solution.hs
ghc -dynamic $< -o $@