OBJ=smallbench.o file.o
LIB=lib:amiga.lib lib:lcnb.lib lib:isupres.lib
ARG=SC SD BATCH

# add -DDEBUG to get debug messages on stdout and
# avoid protos - fasters compiles, but larger code
CCFLAGS=-b0 -ccst -v -O

.c.o:
            lc $(CCFLAGS) $*

smallbench: $(OBJ) lib:isupres.lib
            blink from lib:a.o $(OBJ) lib $(LIB) to smallbench $(ARG)
