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