FreeCalypso > hg > freecalypso-sw
view rvinterf/libasync/Makefile @ 988:0654212e5c53
doc/Compal-unlock: documented safe flashing of newer fw versions and
cisversion unlocking
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Sat, 12 Dec 2015 18:40:56 +0000 |
parents | 40b8557b9d04 |
children |
line wrap: on
line source
CC= gcc CFLAGS= -O2 -I../include OBJS= init.o interf.o launchrvif.o rvtrace.o ttymagic.o LIB= libasync.a all: ${LIB} ${LIB}: ${OBJS} ar rcu $@ ${OBJS} ranlib $@ clean: rm -f *.[oa] errs