aoc2022/Makefile

9 lines
122 B
Makefile
Raw Normal View History

2022-12-01 13:28:05 -05:00
all: aoc
aoc: $(wildcard *.m)
nix shell nixpkgs#mercury -c mmc --make aoc
clean:
rm -rf Mercury
rm -f *.mh *.err aoc