FreeCalypso > hg > ice1-trau-tester
view libutil/Makefile @ 49:40f781efdbe1
ater: beginning of D144 mode
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 24 Sep 2024 05:59:28 +0000 |
parents | 2ce0ed560a34 |
children |
line wrap: on
line source
OBJS= open_ts.o stdin_handler.o LIB= libutil.a include ../config.defs CPPFLAGS=${OSMO_INCLUDE} all: ${LIB} ${LIB}: ${OBJS} ar rcu $@ ${OBJS} ranlib $@ clean: rm -f *.[oa] errs