aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6f5ce16..fa4cc6c 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
-IMPORTS := peniquitous.js lib/mousetrap/tests/libs/key-event.js
+IMPORTS := peniquitous.js node_modules/mousetrap/tests/libs/key-event.js
IMPORTS_BASENAME := $(notdir $(IMPORTS))
all: peniquitous.user.js
@@ -22,7 +22,7 @@ all: peniquitous.user.js
build:
mkdir -p $@
-build/key-event.js: lib/mousetrap/tests/libs/key-event.js | build
+build/key-event.js: node_modules/mousetrap/tests/libs/key-event.js | build
sed -e '/^(function/d' -e '$$d' $< > $@
build/peniquitous.js: peniquitous.js | build