diff --git a/Makefile b/Makefile index e4a88b4..af14b41 100644 --- a/Makefile +++ b/Makefile @@ -13,3 +13,10 @@ package: aoc-util: go build -o build/aoc-util cmd/aoc-util/*.go + +clean: + rm build/aoc-util + rm build/helperbot + rm build/plugins/* + rm build/helperbot.service + rm build/helperbot.tgz