diff options
author | thing1 <thing1@Thing1LAP.my.domain> | 2024-09-05 18:20:24 +0100 |
---|---|---|
committer | thing1 <thing1@Thing1LAP.my.domain> | 2024-09-05 18:20:24 +0100 |
commit | 9b83439d9d0204a5092772ae46ef43cea42dbc7c (patch) | |
tree | 1553eb58a8dbaa2f12bfa286880579b6b84edbda /other/day1/Makefile | |
parent | c818366f33527bbd0d23d7ff983bb1eaf82fa34b (diff) |
added some nice stuff
Diffstat (limited to 'other/day1/Makefile')
-rw-r--r-- | other/day1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |