diff options
author | xengineering <me@xengineering.eu> | 2024-07-06 21:40:34 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-07-06 22:22:31 +0200 |
commit | 8f36088eee1cfbec4ddac4d652101db3b29eed45 (patch) | |
tree | dfb63c949922eaf6ff916c94b2964a54b884cb78 /craft.sh | |
parent | bc239e5326bd0cff9f482cde98fa732375aac481 (diff) | |
download | website-8f36088eee1cfbec4ddac4d652101db3b29eed45.tar website-8f36088eee1cfbec4ddac4d652101db3b29eed45.tar.zst website-8f36088eee1cfbec4ddac4d652101db3b29eed45.zip |
Add craft.sh with build functioncraft
This is a basic starting point for adding build automation to this
project based on craft [1].
[1]: https://xengineering.eu/git/craft
Diffstat (limited to 'craft.sh')
-rw-r--r-- | craft.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/craft.sh b/craft.sh new file mode 100644 index 0000000..5f5d4e3 --- /dev/null +++ b/craft.sh @@ -0,0 +1,3 @@ +build() { + make all +} |