| ![[BACK]](/icons/cvsweb/back.gif) Return to Makefile CVS log ![[TXT]](/icons/cvsweb/text.gif) | ![[DIR]](/icons/cvsweb/dir.gif) Up to  [ELWIX - Embedded LightWeight unIX -] / libaitwww / example | 
1.2 misho 1: all: 1.4 ! misho 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 1.2 misho 4: 5: clean: 1.3 misho 6: rm -f test test_url