aoc2022/Makefile
2022-12-01 19:28:05 +01:00

8 lines
122 B
Makefile

all: aoc
aoc: $(wildcard *.m)
nix shell nixpkgs#mercury -c mmc --make aoc
clean:
rm -rf Mercury
rm -f *.mh *.err aoc