Skip to content
Permalink
b3fed77047
Go to file
 
 
Cannot retrieve contributors at this time
executable file 12 lines (9 sloc) 187 Bytes
#!/usr/bin/make -f
%:
dh $@
override_dh_auto_configure:
dh_auto_configure -- --disable-gtk-doc
override_dh_auto_build:
dh_auto_build
$(MAKE) doxygen
CFLAGS += -Wall -ansi -Wshadow
You can’t perform that action at this time.