File:  [ELWIX - Embedded LightWeight unIX -] / libaitsync / example / Makefile
Revision 1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Tue Nov 13 10:00:30 2012 UTC (11 years, 7 months ago) by misho
Branches: sync1_2
added example dir
changed syncOpen()
moved structures from public header to private

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

clean:
	rm -f *.core test

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