From 9b83439d9d0204a5092772ae46ef43cea42dbc7c Mon Sep 17 00:00:00 2001 From: thing1 Date: Thu, 5 Sep 2024 18:20:24 +0100 Subject: added some nice stuff --- other/day1/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'other/day1/Makefile') diff --git a/other/day1/Makefile b/other/day1/Makefile index 0c1ec8a..b366c6c 100644 --- a/other/day1/Makefile +++ b/other/day1/Makefile @@ -1,4 +1,4 @@ all: - exec ./make.sh + exec sh ./make.sh clean: rm -rf ./*.pdf -- cgit v1.2.3