more stack please
This commit is contained in:
parent
ac77d9ee45
commit
daf58d9bca
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue