xiaoyu/media/samples/example/common/isp3.x/Makefile
2025-03-04 22:36:42 +08:00

11 lines
118 B
Makefile

# Rockchip sample Makefile
SRCS := $(wildcard *.c)
OBJS := $(SRCS:%.c=%.o)
.PHONY : clean
clean:
@rm -f $(OBJS)