5 lines
62 B
Makefile
5 lines
62 B
Makefile
|
TARGET = main.elf
|
||
|
SRCS = vec.cc main.cc
|
||
|
|
||
|
include ../config.mk
|