cpp_prac/takewhile/Makefile

5 lines
65 B
Makefile
Raw Permalink Normal View History

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