summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoël Simoneau <simoneaujoel@gmail.com>2024-10-21 16:09:57 -0400
committerJoël Simoneau <simoneaujoel@gmail.com>2024-10-21 16:09:57 -0400
commit29affe09b459127422544474986a69d83b2fe5ac (patch)
tree8c4fab3dd23615f1c37e6f1d75a5c703ca19a70b /Makefile
parent27a606cfe34b324f625b45944c999da245994072 (diff)
downloadvijayanagara-29affe09b459127422544474986a69d83b2fe5ac.tar.gz
Data package.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
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