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

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

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

.PHONY: a b

Generated with cgit - Back to sebastiano.tronto.net