FreeCalypso > hg > freecalypso-sw
view rvinterf/libg23/Makefile @ 354:92742d8f3e56
os_com_fl.c: don't need u_char typedef
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 12 May 2014 00:15:29 +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