CFLAGS=`dotneato-config --cflags` \
	-Wl,`dotneato-config --rlibs` \
	`dotneato-config --libs`
all: dot demo
dot: dot.c
demo: demo.c
clean:
	rm -f dot demo
