All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m9s
8 lines
81 B
Makefile
8 lines
81 B
Makefile
include $(platform)/src.mk
|
|
|
|
c += printf.c \
|
|
path.c
|
|
|
|
o += printf.o \
|
|
path.o
|