File:  [ELWIX - Embedded LightWeight unIX -] / libaitrpc / example / Makefile
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Fri Jun 18 01:48:06 2010 UTC (14 years ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

    1: all:
    2: 	gcc -g -I../inc -I. -L. -L../lib -o tsrv -rdynamic tsrv.c -laitrpc
    3: 	gcc -g -I../inc -I. -L. -L../lib -o tcli tcli.c -laitrpc
    4: 
    5: clean:
    6: 	rm -f tsrv tcli

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