From dd43d0b0f86c277bcd33b1f76e41209c23af6c49 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 31 Oct 2016 08:48:21 +1100 Subject: waf: Add an install command. --- user/wscript | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'user/wscript') diff --git a/user/wscript b/user/wscript index bd0035f..245a229 100644 --- a/user/wscript +++ b/user/wscript @@ -2,5 +2,9 @@ from sys import path from os.path import abspath path.append(abspath('../common/')) -from waf import cmd_configure as configure, cmd_build as build, \ - spell, cmd_spell, cmd_options as options, linkcheck, cmd_linkcheck +from waf import cmd_configure as configure, \ + cmd_build as build, \ + spell, \ + cmd_spell, \ + cmd_options as options, \ + linkcheck, cmd_linkcheck -- cgit v1.2.3