#! /usr/bin/make -f

include /usr/share/cdbs/1/rules/debhelper.mk

DEB_INSTALL_MANPAGES_etherpuppet=debian/etherpuppet.1

build/etherpuppet::
	$(CC) $(CFLAGS) etherpuppet.c -o etherpuppet

clean::
	rm -f etherpuppet
