-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Force compilation in Makefiles (for better testing)
- Loading branch information
Showing
10 changed files
with
24 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
css-anim: | ||
svgtiler css-anim.css shapes.coffee css-anim.csv | ||
svgtiler css-anim.css ascii.coffee ascii.asc | ||
svgtiler -f css-anim.css shapes.coffee css-anim.csv | ||
svgtiler -f css-anim.css ascii.coffee ascii.asc | ||
styl-anim: | ||
svgtiler css-anim.styl shapes.coffee css-anim.csv | ||
svgtiler css-anim.styl ascii.coffee ascii.asc | ||
svgtiler -f css-anim.styl shapes.coffee css-anim.csv | ||
svgtiler -f css-anim.styl ascii.coffee ascii.asc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
all: | ||
svgtiler auto.txt grid.asc | ||
svgtiler -f auto.txt grid.asc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
all: coffee js | ||
coffee: | ||
svgtiler map.coffee *.asc | ||
svgtiler -f map.coffee *.asc | ||
js: | ||
svgtiler map.js *.asc | ||
svgtiler -f map.js *.asc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
all: castle underground underwater overworld | ||
|
||
castle: | ||
svgtiler -P palette_castle.js mario.coffee door.tsv | ||
svgtiler -f -P palette_castle.js mario.coffee door.tsv | ||
mv door.svg door_castle.svg | ||
mv door.png door_castle.png | ||
|
||
overworld: | ||
svgtiler -P palette_overworld.js mario.coffee door.tsv | ||
svgtiler -f -P palette_overworld.js mario.coffee door.tsv | ||
mv door.svg door_overworld.svg | ||
mv door.png door_overworld.png | ||
|
||
underground: | ||
svgtiler -P palette_underground.js mario.coffee door.tsv | ||
svgtiler -f -P palette_underground.js mario.coffee door.tsv | ||
mv door.svg door_underground.svg | ||
mv door.png door_underground.png | ||
|
||
underwater: | ||
svgtiler -P palette_underwater.js mario.coffee door.tsv | ||
svgtiler -f -P palette_underwater.js mario.coffee door.tsv | ||
mv door.svg door_underwater.svg | ||
mv door.png door_underwater.png |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
cjsx: | ||
svgtiler outlines.cjsx *.asc | ||
svgtiler -f outlines.cjsx *.asc | ||
jsx: | ||
svgtiler outlines.jsx *.asc | ||
svgtiler -f outlines.jsx *.asc | ||
coffee: | ||
svgtiler outlines.coffee *.asc | ||
svgtiler -f outlines.coffee *.asc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
all: | ||
svgtiler escape.txt escape.csv | ||
svgtiler css-escape.css css-escape.txt css-escape.asc | ||
svgtiler share-provider.js share-user.js | ||
svgtiler -f escape.txt escape.csv | ||
svgtiler -f css-escape.css css-escape.txt css-escape.asc | ||
svgtiler -f share-provider.js share-user.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
all: | ||
svgtiler -P NES_level7.txt example.asc | ||
svgtiler -f -P NES_level7.txt example.asc | ||
coffee: | ||
svgtiler -P NES_level7.coffee example.asc | ||
svgtiler -f -P NES_level7.coffee example.asc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
coffee: | ||
svgtiler --tw 50 --th 50 tilt.coffee 2x2.asc 3x3.asc test.csv | ||
svgtiler -f --tw 50 --th 50 tilt.coffee 2x2.asc 3x3.asc test.csv | ||
txt: | ||
svgtiler --tw 50 --th 50 tilt.txt 2x2.asc 3x3.asc test.csv | ||
svgtiler -f --tw 50 --th 50 tilt.txt 2x2.asc 3x3.asc test.csv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
all: | ||
svgtiler maze.txt maze.asc | ||
svgtiler -f maze.txt maze.asc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
svg: | ||
svgtiler witness.coffee *.ssv *.asc | ||
svgtiler -f witness.coffee *.ssv *.asc | ||
pdf: | ||
svgtiler -p witness.coffee *.ssv *.asc | ||
svgtiler -f -p witness.coffee *.ssv *.asc |