diff options
Diffstat (limited to 'web/content/meson.build')
-rw-r--r-- | web/content/meson.build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/content/meson.build b/web/content/meson.build new file mode 100644 index 0000000..75d3120 --- /dev/null +++ b/web/content/meson.build @@ -0,0 +1,5 @@ +configure_file( + input: css, + output: 'simple.css', + copy: true, +) |