Skip to content

Commit

Permalink
Add 'clean' target to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
mnoorenberghe committed Nov 14, 2017
1 parent 2db18cf commit dc3d3e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@ build:
mkdir -p output
zip -r -FS output/bugzillajs.xpi js css icon.png icon64.png manifest.json

clean:
mkdir -p output && rm -R output/

lint:
jshint .

0 comments on commit dc3d3e8

Please sign in to comment.