binary:
	gcc $(CFLAGS) syn-att.c -o syn-att
clean:
	rm -f syn-att
all:    binary
