f97747e585c942703aab181cd2e373862cf5746d
[fw/sdcc] / support / tests / dhrystone / Makefile
1 # Simple Makefile for dhrystone and sdcc
2
3 CC = /home/michaelh/projects/sdcc/bin/sdcc -mz80 -v
4 CFLAGS = -DREG= -DNOSTRUCTASSIGN -DNOENUM
5
6 all: dhry
7
8 clean:
9         rm -r *~ dhry
10