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, 8 months ago) by misho
Branches: MAIN
CVS tags: crc2_4, HEAD, CRC2_3
version 3.2

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>