diff options
Diffstat (limited to 'day01/Makefile')
-rw-r--r-- | day01/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/day01/Makefile b/day01/Makefile index b5b7219..05be1b4 100644 --- a/day01/Makefile +++ b/day01/Makefile @@ -10,4 +10,5 @@ build: part* input touch build clean: + docker image rm -f aoc2019day$(DAY) rm -f build |