From 86fc855c542b029ae8d40c444a2665e052c104a5 Mon Sep 17 00:00:00 2001 From: Brian Buller Date: Thu, 2 Dec 2021 11:18:15 -0600 Subject: [PATCH] Add 'make clean' --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) 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