6 lines
74 B
Makefile
6 lines
74 B
Makefile
ROOT=..
|
|
BINARY=matrix
|
|
OBJS=matrix.o
|
|
LIB_OBJS=
|
|
|
|
include $(ROOT)/example.mk
|