#!/usr/bin/make -f
  
# Note: The version number here must be increased with each upstream release!
CFLAGS = -O2 -fno-rtti -fno-exceptions -D'CYCFX2PROG_VERSION=\"0.47\"' -W \
	 -Wall -Wformat
LDFLAGS = -lusb

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/makefile.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk

binary-install/cycfx2prog::
	install cycfx2prog debian/cycfx2prog/usr/bin

clean::
	rm -f cycfx2prog

