From 80438cd2af17083d85bb12da6756961abfedecbb Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sat, 21 Mar 2015 17:13:32 +0100 Subject: Move the CLI part to a dedicated dir, with a separate Makefile. --- xul-ext/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'xul-ext') diff --git a/xul-ext/Makefile b/xul-ext/Makefile index d44f648..aa2eff2 100644 --- a/xul-ext/Makefile +++ b/xul-ext/Makefile @@ -1,8 +1,6 @@ -XPI_NAME:=$(shell sed -nr '/.*([^<]+)<\/em:id>.*/ {s//..\/\1.xpi/p;q}' install.rdf) +all: ../icevault.xpi -all: $(XPI_NAME) - -$(XPI_NAME): chrome.manifest install.rdf COPYING $(shell find chrome/ -type f) +%.xpi: chrome.manifest install.rdf COPYING $(shell find chrome/ -type f) zip $@ $^ clean: -- cgit v1.2.3