File:  [ELWIX - Embedded LightWeight unIX -] / libaitcrc / example / Makefile
Revision 1.2.4.1: download - view: text, annotated - select for diffs - revision graph
Tue Sep 28 08:50:48 2010 UTC (13 years, 9 months ago) by misho
Branches: crc2_0
Diff to: branchpoint 1.2: preferred, colored
fix example

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

clean:
	rm test test_hash

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