diff options
author | Case Duckworth | 2023-04-30 22:29:09 -0500 |
---|---|---|
committer | Case Duckworth | 2023-04-30 22:29:09 -0500 |
commit | 3f7954f8e1c2274e4b6f1b794bc36a908f28afce (patch) | |
tree | 36481a91868f94fbb701a7b6db697e614b440e2b /makefile | |
download | yawp.sh-3f7954f8e1c2274e4b6f1b794bc36a908f28afce.tar.gz yawp.sh-3f7954f8e1c2274e4b6f1b794bc36a908f28afce.zip |
Initial commit
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/makefile b/makefile new file mode 100644 index 0000000..efb10b9 --- /dev/null +++ b/makefile | |||
@@ -0,0 +1,2 @@ | |||
1 | serve: yawp.sh lighttpd.conf | ||
2 | lighttpd -D -f lighttpd.conf | ||