luckfox-pico-sdk/media/samples/common/isp3.x/Makefile
2023-08-08 20:36:47 +08:00

11 lines
118 B
Makefile

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