From 5bdb24c18b5d6abed13ad004325b1bf66eaeca74 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 29 Nov 2021 20:25:24 +0530 Subject: Makefile: Build software bundles. * Makefile.am (docker, pack): New targets. --- Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e0d35ad..9250230 100644 --- a/Makefile.am +++ b/Makefile.am @@ -219,6 +219,15 @@ $(CURRENT_RELEASE): dist distcheck %.asc: % gpg --detach-sign --armor $< +# Build software bundles. + +.PHONY: docker pack +docker: + guix pack -RR --format=docker --entry-point=bin/ccwl --expression='(load "guix.scm")' + +pack: + guix pack -RR --symlink=/opt/gnu/bin=bin --expression='(load "guix.scm")' + # The clean target depends on clean-local. Use clean-local to clean up # several directories. Directories cannot be specified in CLEANFILES. clean-local: -- cgit v1.2.3