Increase cvend reliability

This commit is contained in:
Edith Boles
2026-03-18 16:18:31 -07:00
parent 77aec099d8
commit 703e019d73
17 changed files with 4801 additions and 61 deletions

View File

@@ -12,7 +12,7 @@ else
CFLAGS := $(CFLAGS) -lX11
endif
TARGETS := pm3-lvgl cvend_test audio_test
TARGETS := pm3-lvgl cvend_test cvend_decode audio_test
EXES := $(patsubst %,bin/%,$(TARGETS))
SRCS := $(shell find src inc -type f -iname '*.c')
OBJS := $(patsubst src/%.c,obj/%.o,$(patsubst inc/%.c,obj/lib/%.o,$(SRCS)))