cpp_prac/tent1/Makefile

7 lines
71 B
Makefile
Raw Normal View History

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