File:  [ELWIX - Embedded LightWeight unIX -] / libaitsched / example / Makefile
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Tue Oct 4 12:34:33 2011 UTC (12 years, 8 months ago) by misho
Branches: MAIN
CVS tags: sched1_5, sched1_4, sched1_3, sched1_2, sched1_1, SCHED1_4, SCHED1_3, SCHED1_2, SCHED1_1, SCHED1_0, HEAD
ver 1.0

    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>