progtest: add dist target

master
Mike Gerwitz 2018-02-23 12:28:03 -05:00
parent b490d07371
commit 6487282f55
1 changed files with 3 additions and 1 deletions

View File

@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
.PHONY: check test modindex browserify FORCE
.PHONY: check test modindex dist browserify FORCE
namespaces=$(shell find src/ -type d)
nsindex=$(addsuffix /index.js, $(namespaces))
@ -44,3 +44,5 @@ tame-progtest.js: check modindex
-r $(CURDIR)/src/index.js:progtest \
$(CURDIR)/src/index.js \
-o "$@"
dist: tame-progtest.js