no more nix

This commit is contained in:
rhiannon morris 2022-12-14 15:28:39 +01:00
parent 20631cf4cd
commit c45c7b55fd
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ MMCFLAGS := --infer-all --no-inform-inferred --warn-unused-imports \
all: aoc
aoc: $(wildcard *.m)
nix shell nixpkgs#mercury -c mmc $(MMCFLAGS) --make aoc
mmc $(MMCFLAGS) --make aoc
clean:
rm -rf Mercury