Update screen graphics
This commit is contained in:
2
Makefile
2
Makefile
@@ -12,7 +12,7 @@ else
|
||||
CFLAGS := $(CFLAGS) -lX11
|
||||
endif
|
||||
|
||||
TARGETS := pm3-lvgl cvend audio_test
|
||||
TARGETS := pm3-lvgl cvend_test 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)))
|
||||
|
||||
Reference in New Issue
Block a user