aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ce7ef3a..4560bb8 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@
# ========================
#
# josh: Makefile
-# Thu, 14 Dec 2023 15:00:12 +0100
+# Thu, 14 Dec 2023 15:33:28 +0100
# Joe
#
# GNU Makefile
@@ -24,3 +24,6 @@ run:
all:
@go build
+
+clean:
+ @go clean