diff options
author | Case Duckworth | 2023-05-25 00:15:01 -0500 |
---|---|---|
committer | Case Duckworth | 2023-05-25 00:15:01 -0500 |
commit | bf2677e0dc75ec0e822990d2b96c8639039a7f5d (patch) | |
tree | d7824e964476db8d93b854fe625b3fe0f8ac4245 /makefile | |
download | cacophony-bf2677e0dc75ec0e822990d2b96c8639039a7f5d.tar.gz cacophony-bf2677e0dc75ec0e822990d2b96c8639039a7f5d.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..b783d07 --- /dev/null +++ b/makefile | |||
@@ -0,0 +1,2 @@ | |||
1 | serve: cacophony.sh lighttpd.conf | ||
2 | lighttpd -D -f lighttpd.conf | ||