more stack please

This commit is contained in:
rhiannon morris 2022-12-09 11:23:54 +01:00
parent ac77d9ee45
commit daf58d9bca
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
MMCFLAGS := -s asm_fast.par.gc.stseg
all: aoc
aoc: $(wildcard *.m)
nix shell nixpkgs#mercury -c mmc --make aoc
nix shell nixpkgs#mercury -c mmc $(MMCFLAGS) --make aoc
clean:
rm -rf Mercury