Skip to content

Commit

Permalink
Added rule to update FileSave submodule.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgchurchill committed Jul 29, 2013
1 parent 1a215f9 commit 1991b06
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@ z80/disassembler_dicts.js: z80/gen_disassembler_dicts.py
z80:
cd z80 && $(MAKE)

.PHONY: FileSaver/FileSaver.js
FileSaver/FileSaver.js:
git submodule update --init

$(OUTPUTDIR):
mkdir -p $@

Expand Down

0 comments on commit 1991b06

Please sign in to comment.