File:  [ELWIX - Embedded LightWeight unIX -] / libaitsched / example / Attic / Makefile
Revision 1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Fri Aug 12 23:06:55 2011 UTC (13 years, 1 month ago) by misho
Branches: sched1_0
fix init pre-hook
add tailq init
import unit test

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

clean:
	rm -f test *.o *~

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