File:  [ELWIX - Embedded LightWeight unIX -] / libaitcrc / example / Makefile
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Wed Jan 20 00:04:44 2010 UTC (14 years, 5 months ago) by misho
Branches: MAIN
CVS tags: crc2_0, crc1_2, HEAD, CRC1_2, CRC1_1
version 1.1

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

clean:
	rm test

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