default: firedump

.PHONY: test
test: fireproxy
	# shell func..ulimit -c unlimited
	modprobe raw1394
	sh buildloop

firedump: Makefile firedump.c
	gcc -o firedump firedump.c $(CFLAGS) $(LDFLAGS)

LDFLAGS=-lraw1394
CFLAGS=-Wall -g3 -O3
