diff options
Diffstat (limited to 'Justfile')
| -rw-r--r-- | Justfile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Justfile b/Justfile new file mode 100644 index 0000000..df17baa --- /dev/null +++ b/Justfile @@ -0,0 +1,5 @@ +serve: + lighttpd -Df util/lighttpd.conf + +package: + tar -czvf etc.tar.gz src/* |
