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

    1: all:
    2: 	${CC} -I/usr/local/include -L/usr/local/lib -o test -O2 -Wall -g test.c -laitsched
    3: 
    4: clean:
    5: 	rm -f test *.o *~

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