diff options
author | Nat Lasseter <user@4574.co.uk> | 2019-12-02 13:20:00 +0000 |
---|---|---|
committer | Nat Lasseter <user@4574.co.uk> | 2019-12-02 13:20:00 +0000 |
commit | be1c10d71edd16b68ef969f3b8b83dca6bb32dba (patch) | |
tree | 381c014d2c92788f3c516249a9265002e3b30122 /day02/Makefile | |
parent | 423d2bcb74df7290d2d7e8d3d4aaea278cd1e98b (diff) |
Updated makefile to clean up images
Diffstat (limited to 'day02/Makefile')
-rw-r--r-- | day02/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/day02/Makefile b/day02/Makefile index 347e7e5..aafe7f2 100644 --- a/day02/Makefile +++ b/day02/Makefile @@ -10,4 +10,5 @@ build: part* input touch build clean: + docker image rm -f aoc2019day$(DAY) rm -f build |