File:  [ELWIX - Embedded LightWeight unIX -] / mqtt / example / Attic / Makefile
Revision 1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Mon Nov 7 13:34:05 2011 UTC (12 years, 7 months ago) by misho
Branches: mqtt1_0
commit

all:
	${CC} -O2 -Wall -g -o test_enclen -I ../inc -L ../lib test_enclen.c -laitmqtt
	${CC} -O2 -Wall -g -o test_declen -I ../inc -L ../lib test_declen.c -laitmqtt

clean:
	rm -f *.o *~ test_enclen test_declen

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