| ![[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 -] / libaitio / example | 
1.1       misho       1: all:
                      2:        gcc -g -I../inc -I. -L. -L../lib -o test test.c -laitio
1.1.1.1.8.1! misho       3:        gcc -g -I../inc -I. -L. -L../lib -o dir dir.c -laitio
1.1       misho       4: 
                      5: clean:
1.1.1.1.8.1! misho       6:        rm -f test dir