File:  [ELWIX - Embedded LightWeight unIX -] / libaitsync / example / Makefile
Revision 1.2.10.1: download - view: text, annotated - select for diffs - revision graph
Thu Aug 18 09:54:02 2016 UTC (7 years, 10 months ago) by misho
Branches: sync2_3
Diff to: branchpoint 1.2: preferred, colored
port

all:
	gcc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o test test.c \
		-laitsync -lcrypto -lelwix
	gcc -g -I/usr/local/include -I. -L. -L../lib -L/usr/local/lib -o dircmp dircmp.c \
		-laitsync -lcrypto -lelwix

clean:
	rm -f *.core test dircmp

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