File:  [ELWIX - Embedded LightWeight unIX -] / libaitcrc / example / Makefile
Revision 1.3.6.1: download - view: text, annotated - select for diffs - revision graph
Wed Aug 29 08:55:55 2012 UTC (11 years, 10 months ago) by misho
Branches: crc2_3
Diff to: branchpoint 1.3: preferred, colored
add final32 macro

all:
	gcc -o test -Wall -O2 -g -I../inc -L../lib test.c -laitcrc
	gcc -o test_hash -Wall -O2 -g -I../inc -L../lib test_hash.c -laitcrc

clean:
	rm -f test test_hash

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