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

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

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

.PHONY: a b

Generated with cgit - Back to sebastiano.tronto.net