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

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

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

.PHONY: a b

Generated with cgit - Back to sebastiano.tronto.net