File:  [ELWIX - Embedded LightWeight unIX -] / libaitwww / example / Makefile
Revision 1.4: download - view: text, annotated - select for diffs - revision graph
Wed Aug 1 00:40:40 2012 UTC (11 years, 11 months ago) by misho
Branches: MAIN
CVS tags: www1_4, WWW1_3, HEAD
version 1.3

    1: all:
    2: 	gcc -g -I/usr/local/include -I. -L/usr/local/lib -o test test.c -laitio -laitwww
    3: 	gcc -g -I/usr/local/include -I. -L/usr/local/lib -o test_url test_url.c -laitio -laitwww
    4: 
    5: clean:
    6: 	rm -f test test_url

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