diff options
author | standenboy <standenboy@seacrossedlovers.xyz> | 2024-06-06 08:16:19 +0100 |
---|---|---|
committer | standenboy <standenboy@seacrossedlovers.xyz> | 2024-06-06 08:16:19 +0100 |
commit | f6d4ab1521fe2427b2a43f92c4ecf163bbd889dc (patch) | |
tree | c03c3c59fabe43eb11019e46f4c4f6f960e59364 /other/day2/Makefile | |
parent | 9438453a5d391a42371b8b8d7931923678956995 (diff) |
added to much stuff
Diffstat (limited to 'other/day2/Makefile')
-rw-r--r-- | other/day2/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/other/day2/Makefile b/other/day2/Makefile new file mode 100644 index 0000000..0c1ec8a --- /dev/null +++ b/other/day2/Makefile @@ -0,0 +1,4 @@ +all: + exec ./make.sh +clean: + rm -rf ./*.pdf |