diff options
Diffstat (limited to 'examples/rules.indep')
-rwxr-xr-x | examples/rules.indep | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/rules.indep b/examples/rules.indep index ecae7280..428f4e9a 100755 --- a/examples/rules.indep +++ b/examples/rules.indep @@ -22,8 +22,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 |