File:  [ELWIX - Embedded LightWeight unIX -] / libaitcrc / example / Makefile
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Thu Apr 28 20:28:20 2011 UTC (13 years, 2 months ago) by misho
Branches: MAIN
CVS tags: crc2_3, crc2_2, crc2_1, HEAD, CRC2_2, CRC2_1, CRC2_0
ver 2.0

    1: test:
    2: 	gcc -o $@ -Wall -O2 -g -I../inc -L../lib test.c -laitcrc
    3: 	gcc -o $@_hash -Wall -O2 -g -I../inc -L../lib test_hash.c -laitcrc
    4: 
    5: clean:
    6: 	rm test test_hash

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