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

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

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

.PHONY: a b

Generated with cgit - Back to sebastiano.tronto.net