Skip to content

Commit

Permalink
Split up data conversion tools.
Browse files Browse the repository at this point in the history
  • Loading branch information
BonsaiDen committed Aug 30, 2016
1 parent 261b9ab commit 3226eff
Show file tree
Hide file tree
Showing 11 changed files with 1,385 additions and 1,715 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
tools
help
node_modules
src/data/bin
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ release: convert

convert:
@mkdir -p src/data/bin
node convert src/data src/data/bin
node tools/convert src/data src/data/bin

# Emulation
run: release
Expand Down
Loading

0 comments on commit 3226eff

Please sign in to comment.