File:  [ELWIX - Embedded LightWeight unIX -] / libaitrpc / example / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Fri Jun 18 01:48:06 2010 UTC (14 years ago) by misho
Branches: misho
CVS tags: start, rpc1_0
libaitrpc RPC subsystem

all:
	gcc -g -I../inc -I. -L. -L../lib -o tsrv -rdynamic tsrv.c -laitrpc
	gcc -g -I../inc -I. -L. -L../lib -o tcli tcli.c -laitrpc

clean:
	rm -f tsrv tcli

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>