Skip to content
Permalink
7a1fdf3556
Go to file
 
 
Cannot retrieve contributors at this time
executable file 10 lines (8 sloc) 166 Bytes
#!/usr/bin/make -f
%:
dh $@
override_dh_auto_build:
dh_auto_build
$(MAKE) doxygen
DEB_CFLAGS_MAINT_APPEND += -Wall -ansi -Wshadow
export DEB_CFLAGS_MAINT_APPEND
You can’t perform that action at this time.