Release version 0.7-0
[vicar] / qtc_packaging / debian_harmattan / rules
index b3f812f..f93fe80 100755 (executable)
@@ -27,7 +27,7 @@ build-stamp: configure-stamp
        dh_testdir
 
        # Add here commands to compile the package.
-       # $(MAKE) # Uncomment this line for use without Qt Creator
+       $(MAKE) # Uncomment this line for use without Qt Creator
        #docbook-to-man debian/vicar.sgml > vicar.1
 
        touch $@
@@ -38,7 +38,7 @@ clean:
        rm -f build-stamp configure-stamp
 
        # Add here commands to clean up after the build process.
-       $(MAKE) clean
+       $(MAKE) clean 
 
        dh_clean