Hackfix and re-enable strtoull and wcstoull, see bug #3798.
[sdcc.git] / sdcc-extra / historygraphs / whetstone-mcs51 / Makefile
blobc00eb2aff7a75fdfa539387edd79fa8b667f87cf
1 all: whetstone
3 whetstone: whetstone.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