feat(stylus): Add Makefile for conversions
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
39c792fa8b
commit
16cff1fd7e
2 changed files with 6 additions and 0 deletions
1
files/.gitignore
vendored
Normal file
1
files/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
stylus-windows.json
|
5
files/Makefile
Normal file
5
files/Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
generate-stylus-for-windows:
|
||||
cat stylus.json | perl -ne "s/Extended/Expanded/g; print;" | tee stylus-windows.json
|
||||
|
||||
generate-stylus-from-windows:
|
||||
cat stylus-windows.json | perl -ne "s/Expanded/Extended/g; print;" | tee stylus.json
|
Loading…
Reference in a new issue