sksp2024-mcu/src/matrix/Makefile
2024-09-14 21:51:01 +02:00

6 lines
74 B
Makefile

ROOT=..
BINARY=matrix
OBJS=matrix.o
LIB_OBJS=
include $(ROOT)/example.mk