--- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 7910af5..cfbcd5d 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,9 @@ DEBS=${SPL_DEBS} ${ZFS_DEBS} all: ${DEBS} +.PHONY: deb +deb: ${DEBS} + .PHONY: dinstall dinstall: ${DEBS} dpkg -i ${DEBS} -- 2.1.4