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

6 lines
81 B
Makefile

TARGET = takewhile.elf
SRCS = takewhile.cc
all: $(TARGET)
include ../config.mk