]> git.donarmstrong.com Git - debhelper.git/blobdiff - examples/rules.multi
r2021: * Don't use - in front of make clean in example rules files.
[debhelper.git] / examples / rules.multi
index d481f15f3c87a8c82562f4fa73c26aaa53ef7f8c..3ca9719b754646d258a12a29ba683f4dae44b200 100755 (executable)
@@ -24,8 +24,8 @@ clean:
        rm -f build-stamp 
 
        # Add here commands to clean up after the build process.
-       #-$(MAKE) clean
-       #-$(MAKE) distclean
+       #$(MAKE) clean
+       #$(MAKE) distclean
 
        dh_clean