mirror of
https://github.com/agresdominik/file-leak.git
synced 2026-04-21 10:01:56 +00:00
10 lines
154 B
Makefile
10 lines
154 B
Makefile
.PHONY: run
|
|
|
|
run:
|
|
npm run start:firefox --
|
|
|
|
package:
|
|
mkdir -p out
|
|
(cd extension && zip -r ../out/fileleak.zip .)
|
|
mv out/fileleak.zip out/fileleak.xpi
|