From 3e3ff72e71e7ba1f8c8d37c47a0f1e10db7aa96f Mon Sep 17 00:00:00 2001 From: Mikhail Burakov Date: Sun, 9 Apr 2023 12:53:27 +0200 Subject: Add input pipeline handling to streamer --- makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index d1501ce..eb8fa47 100644 --- a/makefile +++ b/makefile @@ -1,8 +1,9 @@ bin:=$(notdir $(shell pwd)) -src:=$(shell ls *.c) +src:=$(wildcard *.c) obj:=$(src:.c=.o) obj+=\ + toolbox/buffer.o \ toolbox/io_muxer.o libs:=\ -- cgit v1.2.3