CPP08/ex01/Makefile
2026-04-18 14:19:50 +02:00

3 lines
58 B
Makefile

NAME := Span
SRC := main.cpp Span.cpp
include ../common.mk