diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 277ac4277e..e2c1cfd218 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,9 @@ # You should have received a copy of the GNU General Public License # along with Guix. If not, see <http://www.gnu.org/licenses/>. -bin_SCRIPTS = guix-build +bin_SCRIPTS = \ + guix-build \ + guix-download MODULES = \ guix/utils.scm \ |