From f6d4ab1521fe2427b2a43f92c4ecf163bbd889dc Mon Sep 17 00:00:00 2001 From: standenboy Date: Thu, 6 Jun 2024 08:16:19 +0100 Subject: added to much stuff --- other/day1/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 other/day1/Makefile (limited to 'other/day1/Makefile') diff --git a/other/day1/Makefile b/other/day1/Makefile new file mode 100644 index 0000000..0c1ec8a --- /dev/null +++ b/other/day1/Makefile @@ -0,0 +1,4 @@ +all: + exec ./make.sh +clean: + rm -rf ./*.pdf -- cgit v1.2.3