mirror of
https://github.com/andreili/camera-streamer.git
synced 2025-08-23 19:34:07 +02:00
2 lines
51 B
Makefile
2 lines
51 B
Makefile
camera_stream: *.c *.h
|
|
gcc -g -o camera_stream *.c
|