File:  [ELWIX - Embedded LightWeight unIX -] / libaitcfg / example / Makefile
Revision 1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Mon Apr 2 14:43:28 2012 UTC (12 years, 1 month ago) by misho
Branches: cfg5_0
add forgotten file

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

clean:
	rm -f *~ *.o test

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