File:  [ELWIX - Embedded LightWeight unIX -] / libaitcfg / example / Makefile
Revision 1.1.2.3: download - view: text, annotated - select for diffs - revision graph
Wed Apr 4 11:43:05 2012 UTC (12 years, 1 month ago) by misho
Branches: cfg5_0
add UT for patch boot scripts

all:
	gcc -g -I/usr/local/include -L/usr/local/lib -O2 -o test test.c -laitcfg -laitio -laitcrc
	gcc -g -I/usr/local/include -L/usr/local/lib -O2 -o test_boot test_boot.c -laitcfg -laitio -laitcrc

clean:
	rm -f *~ *.o test test_boot

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