camera-streamer/Makefile
2022-04-04 23:30:02 +02:00

11 lines
185 B
Makefile

camera_stream: *.c *.h
gcc -g -lpthread -o camera_stream *.c
jmuxer.min.c: jmuxer.min.js
xxd -i $< > $@.tmp
mv $@.tmp $@
video.html.c: video.html
xxd -i $< > $@.tmp
mv $@.tmp $@