]> git.proxmox.com Git - ksm-control-daemon.git/commitdiff
add dinstall target
authorDietmar Maurer <dietmar@proxmox.com>
Fri, 23 Sep 2011 10:18:25 +0000 (12:18 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 23 Sep 2011 10:18:25 +0000 (12:18 +0200)
Makefile

index 9ad74f0c481100904a581bd274af919b16176d4d..7bea9bee8c2ebafd0be2b012215b6b33b2f7f7b8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -43,4 +43,8 @@ distclean: clean
 
 .PHONY: clean
 clean:
-       rm -rf *~ ksm-control-scripts ${PACKAGE}_*
\ No newline at end of file
+       rm -rf *~ ksm-control-scripts ${PACKAGE}_*
+
+.PHONY: dinstall
+dinstall: ${KSM_DEB}
+       dpkg -i ${KSM_DEB}