Hackfix and re-enable strtoull and wcstoull, see bug #3798.
[sdcc.git] / sdcc-extra / historygraphs / whetstone-z80 / Makefile
blob56b53d2ca7c110c24a8238723d1bdf1ca9f9a9f2
1 all: whetstone
3 whetstone: crt0.rel whetstone.rel portme.rel
4 $(SDCC) $(SDCCFLAGS) --no-std-crt0 $^ -o image.ihx
6 crt0.rel: crt0.s
7 $(SDAS) -plosgff $<
9 %.rel: %.c
10 $(SDCC) --fverbose-asm -c -DNOSTRUCTASSIGN $(SDCCFLAGS) $<
12 clean:
13 rm -rf *.rel *.map *.lst *.noi *.lk *.lnk *.sym *.asm *.ihx *.o