Add sample systemd file

This commit is contained in:
Kamil Trzcinski
2022-04-11 17:53:06 +02:00
parent 0ff48e449e
commit 2fb7a53122
4 changed files with 31 additions and 32 deletions

View File

@ -1,4 +1,4 @@
TARGET := camera_stream
TARGET := camera-streamer
SRC := $(wildcard **/*.c **/*/*.c **/*.cc **/*/*.cc)
HEADERS := $(wildcard **/*.h **/*/*.h **/*.hh **/*/*.hh)
HTML := $(wildcard html/*.js html/*.html)