Hackfix and re-enable strtoull and wcstoull, see bug #3798.
[sdcc.git] / sdcc-extra / historygraphs / dhrystone-stm8 / Makefile
blob4727f5a7c5e7f294458e493bac5bf39cd48e01b7
1 all: dhrystone
3 dhrystone: dhry_1.rel dhry_2.rel portme.rel
4 $(SDCC) $(SDCCFLAGS) *.rel -o image.ihx
6 %.rel: %.c
7 $(SDCC) --fverbose-asm -c -DNOSTRUCTASSIGN $(SDCCFLAGS) $<
9 clean:
10 rm -rf *.rel *.map *.lst *.noi *.lk *.lnk *.sym *.asm *.ihx *.o *.rst