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

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

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

.PHONY: a b

Generated with cgit - Back to sebastiano.tronto.net