]> git.sven.stormbind.net Git - sven/exfat-utils.git/blob - debian/rules
Added "-Wall -std=c99" to the CFLAGS from the list of default flags given in the...
[sven/exfat-utils.git] / debian / rules
1 #!/usr/bin/make -f
2 # -*- makefile -*-
3
4 # Uncomment this to turn on verbose mode.
5 #export DH_VERBOSE=1
6
7 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
8 export CCFLAGS = $(CFLAGS) -Wall -std=c99
9
10 %:
11         dh $@
12
13 override_dh_auto_build:
14         scons
15
16 override_dh_auto_clean:
17         scons -c
18         rm -f config.log