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

6 lines
71 B
Makefile

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