Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Commit

Permalink
Make all the make targets in the js plugin phony.
Browse files Browse the repository at this point in the history
Otherwise, they'll decide not to run if something called "build", "clean", or "lint" makes its way into the dir.
  • Loading branch information
erikrose committed Jun 2, 2016
1 parent dc780f4 commit e8e3bb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dxr/plugins/js/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ clean:

lint: build
cd analyze_js; node_modules/.bin/eslint .

.PHONY: build clean lint

0 comments on commit e8e3bb8

Please sign in to comment.