diff options
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 |