From 51b26b03e1b75fefbae7dda25fdaacc0e5caa441 Mon Sep 17 00:00:00 2001 From: dbs Date: Thu, 25 Oct 2007 15:50:39 +0000 Subject: [PATCH] Add a top-level javascript-install target git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1115 9efc2488-bf62-4759-914b-345cdb29e865 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index e45075a..867173e 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,9 @@ install: jserver-install: source install.conf && make -s -C src jserver-install +javascript-install: + source install.conf && make -s -C src javascript-install + clean: make -s -C src clean -- 2.11.0