From df5836de1ea32331e09fbc47cbb7cf256e0dc1e9 Mon Sep 17 00:00:00 2001 From: Bruno Raoult Date: Sun, 18 Jul 2021 08:59:34 +0200 Subject: [PATCH] typo in Makefile --- day19/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/day19/Makefile b/day19/Makefile index d0af24d..ff22093 100644 --- a/day19/Makefile +++ b/day19/Makefile @@ -18,7 +18,6 @@ compile: ex1-c ex2-c ex1: @$(TIME) ex1.bash < $(INPUT1) 2>&1 - @$(TIME) ex1-v2.bash < $(INPUT1) 2>&1 @#$(TIME) ex1-c 2020 < $(INPUT1) 2>&1 ex2: