view rvinterf/libg23/Makefile @ 973:285505f98013
doc/RVTMUX: major updates triggered by new understanding of TM/ETM relationship
author |
Mychaela Falconia <falcon@ivan.Harhan.ORG> |
date |
Sun, 15 Nov 2015 01:42:50 +0000 (2015-11-15) |
parents |
28b4d3c9e85d |
children |
|
line source
CC= gcc
CFLAGS= -O2
OBJS= fmtdispatch.o fmtfunc.o
LIB= libg23.a
all: ${LIB}
${LIB}: ${OBJS}
ar rcu $@ ${OBJS}
ranlib $@
clean:
rm -f *.[oa] errs