Skip to content

Commit

Permalink
fix install target
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Pacheco committed Aug 20, 2011
1 parent ff7613a commit 48fa8be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -41,7 +41,7 @@ clean:
-(cd spidermonkey/src && $(MAKE) clean)

install: $(SOFILE) javascriptlint/jsl javascriptlint/jsl | $(INSTALLDIRS)
cp javascriptlint/jsl $(SOFILE) install
cp javascriptlint/*.py install/javascriptlint
cp javascriptlint/jsl $(SOFILE) build/install
cp javascriptlint/*.py build/install/javascriptlint

.PHONY: install

0 comments on commit 48fa8be

Please sign in to comment.