diff options
author | Joël Simoneau <simoneaujoel@gmail.com> | 2024-10-21 16:09:57 -0400 |
---|---|---|
committer | Joël Simoneau <simoneaujoel@gmail.com> | 2024-10-21 16:09:57 -0400 |
commit | 29affe09b459127422544474986a69d83b2fe5ac (patch) | |
tree | 8c4fab3dd23615f1c37e6f1d75a5c703ca19a70b /Makefile | |
parent | 27a606cfe34b324f625b45944c999da245994072 (diff) | |
download | vijayanagara-29affe09b459127422544474986a69d83b2fe5ac.tar.gz |
Data package.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..0af05bc --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +default: rules.js +rules.js: + sed -i -ne '/\/\/ === CONST ===/ {p; r const.js' -e ':a; n; /\/\/ === CONST ===/ {p; b}; ba}; p' rules.js
\ No newline at end of file |