summaryrefslogtreecommitdiff
path: root/2022/Cpp/Makefile
blob: ba328906e51e462318b7b22dee43509d38c48e08 (plain)
1
2
3
4
5
6
7
8
9
all:
	@g++ main.cpp -o ans.o

test:
	./ans.o < input.test

prod:
	./ans.o < input.prod