debian/rules: clean before build
[iserv-mod-room-reservation.git] / debian / rules
index 4b4d190..25379f0 100755 (executable)
@@ -6,6 +6,9 @@ build:
        dh_testdir
 
 binary-indep: 
+       -$(MAKE) clean
+       dh_clean
+
        dh_testdir
        dh_testroot
        dh_clean -k 
This page took 0.027079 seconds and 4 git commands to generate.