Work on CRCs

This commit is contained in:
Edith Boles
2026-03-04 18:56:33 -08:00
parent 260c9c7a94
commit cce87178ca
2 changed files with 253 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ else
CFLAGS := $(CFLAGS) -lX11
endif
TARGETS := pm3-lvgl
TARGETS := pm3-lvgl cvend
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)))