File:  [ELWIX - Embedded LightWeight unIX -] / libaitcli / example / Makefile
Revision 1.3.6.1: download - view: text, annotated - select for diffs - revision graph
Tue Oct 8 08:30:33 2013 UTC (10 years, 9 months ago) by misho
Branches: cli3_3
Diff to: branchpoint 1.3: preferred, unified
fix tests

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

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