no more nix
This commit is contained in:
parent
20631cf4cd
commit
c45c7b55fd
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue