cpp_prac/takewhile/Makefile
2025-01-11 17:43:04 +01:00

4 lines
65 B
Makefile

TARGET = takewhile.elf
SRCS = takewhile.cc
include ../config.mk