File:  [ELWIX - Embedded LightWeight unIX -] / libaitcli / example / Makefile
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Fri Apr 16 13:20:29 2010 UTC (14 years, 2 months ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

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

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