~vono22/cookiekeeper/1.9.0

« back to all changes in this revision

Viewing changes to cookiekeeper/Makefile

  • Committer: Yvon Tanguy
  • Date: 2016-04-04 16:25:38 UTC
  • Revision ID: vono22@yahoo.fr-20160404162538-ybe3dxi215n6tbfw
Quality: Fix some ESLint warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
version=$(shell cat install.rdf | grep "em:version" | sed 's/.*<em:version>//;s/<.*//')
13
13
XPI=cookiekeeper-$(version).xpi
14
14
 
15
 
EXCLUDE="*.xpi" "*.DS_Store" "*Thumbs.db" "*~" ".vscode/*" "jsconfig.json"
 
15
EXCLUDE="*.xpi" "*.DS_Store" "*Thumbs.db" "*~" ".vscode/*" "jsconfig.json" "browse.VC.db"
16
16
 
17
17
all:
18
18
        rm -fv $(XPI)