File:  [ELWIX - Embedded LightWeight unIX -] / libaitcli / example / Makefile
Revision 1.1.1.1.6.1: download - view: text, annotated - select for diffs - revision graph
Wed Mar 16 18:37:15 2011 UTC (13 years, 4 months ago) by misho
Branches: cli2_1
Diff to: branchpoint 1.1.1.1: preferred, unified
added new tnet test

    1: all:
    2: 	gcc -g -I../inc -I. -L. -L../lib -L/usr/local/lib -o test test.c -laitcli
    3: 	gcc -g -I../inc -I. -L. -L../lib -L/usr/local/lib -o tnet tnet.c -laitcli
    4: 
    5: clean:
    6: 	rm -f test tnet

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