5 lines
232 B
Makefile
5 lines
232 B
Makefile
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
|