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

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

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

.PHONY: a b

Generated with cgit - Back to sebastiano.tronto.net