aboutsummaryrefslogtreecommitdiff
path: root/2024/template.make
blob: b1eeb1a88370ee47f5af73e30cc87b2d25bff6b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
CC=g++ -std=c++20 -g -Wall

a:
	${CC} -o a.out dayDAYa.cpp
	./a.out

b:
	${CC} -o b.out dayDAYb.cpp
	./b.out

.PHONY: a b

Generated with cgit - Back to sebastiano.tronto.net