File:  [ELWIX - Embedded LightWeight unIX -] / libaitcrc / example / Makefile
Revision 1.4: download - view: text, annotated - select for diffs - revision graph
Wed Aug 29 09:00:44 2012 UTC (11 years, 10 months ago) by misho
Branches: MAIN
CVS tags: crc2_4, HEAD, CRC2_3
version 3.2

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

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