cpp_prac/takewhile/Makefile

7 lines
81 B
Makefile
Raw Normal View History

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