cpp_prac/vector/Makefile

5 lines
62 B
Makefile
Raw Normal View History

2025-01-10 08:15:31 +01:00
TARGET = main.elf
SRCS = vec.cc main.cc
include ../config.mk