File:  [ELWIX - Embedded LightWeight unIX -] / libaitsched / example / Makefile
Revision 1.2.10.1: download - view: text, annotated - select for diffs - revision graph
Thu May 10 14:30:31 2012 UTC (12 years, 1 month ago) by misho
Branches: sched1_5
Diff to: branchpoint 1.2: preferred, colored
add UT

all:
	${CC} -I/usr/local/include -L/usr/local/lib -o test -O2 -Wall -g test.c -laitsched
	${CC} -I/usr/local/include -L/usr/local/lib -o test_time -O2 -Wall -g test_time.c -laitsched

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

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