cpp_prac/vector/Makefile
2025-01-10 08:15:31 +01:00

4 lines
62 B
Makefile

TARGET = main.elf
SRCS = vec.cc main.cc
include ../config.mk