FreeCalypso > hg > freecalypso-sw
view rvinterf/libasync/Makefile @ 459:38afaeb194ea
os_tim_fl.c: os_QueryTimer() decompiled w/o real understanding of the logic
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
|---|---|
| date | Mon, 23 Jun 2014 06:54:40 +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
