aoc2022/Makefile

12 lines
204 B
Makefile
Raw Normal View History

2022-12-13 02:28:17 -05:00
MMCFLAGS := --infer-all --no-inform-inferred --warn-unused-imports \
2022-12-16 10:29:58 -05:00
-s asm_fast.gc.debug.stseg
2022-12-09 05:23:54 -05:00
2022-12-01 13:28:05 -05:00
all: aoc
aoc: $(wildcard *.m)
2022-12-14 09:28:39 -05:00
mmc $(MMCFLAGS) --make aoc
2022-12-01 13:28:05 -05:00
clean:
rm -rf Mercury
rm -f *.mh *.err aoc