From 509f58966da1c4da1b532fc5a2e271eeae7afd10 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Thu, 19 Dec 2024 07:05:02 +0100 Subject: Removem vim temp file; simplified template --- 2024/template.make | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) (limited to '2024/template.make') diff --git a/2024/template.make b/2024/template.make index 4499650..b1eeb1a 100644 --- a/2024/template.make +++ b/2024/template.make @@ -2,23 +2,10 @@ CC=g++ -std=c++20 -g -Wall a: ${CC} -o a.out dayDAYa.cpp + ./a.out b: ${CC} -o b.out dayDAYb.cpp - -clean: - rm -f a b - -atest: a - ./a.out - -btest: b ./b.out -arun: a - ./a.out < input - -brun: b - ./b.out < input - -.PHONY: a b clean atest btest arun brun +.PHONY: a b -- cgit v1.3