FreeCalypso > hg > freecalypso-sw
view rvinterf/libg23/Makefile @ 787:0b85dd2dec6a
aci: ati_sat.c and ati_sim.c done
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Thu, 12 Mar 2015 07:40:46 +0000 |
parents | 28b4d3c9e85d |
children |
line wrap: on
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