aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2023-12-14 20:20:20 +0100
committerJoe <rbo@gmx.us>2023-12-14 20:20:20 +0100
commitcb73fe80e349decb4dc39113047fb554c2ffd2b6 (patch)
tree9496aa7be64e46b27e5bf7e8237b0fee9b055a1b /Makefile
parentmake (diff)
downloadhardflip-cb73fe80e349decb4dc39113047fb554c2ffd2b6.tar.gz
hardflip-cb73fe80e349decb4dc39113047fb554c2ffd2b6.tar.bz2
hardflip-cb73fe80e349decb4dc39113047fb554c2ffd2b6.tar.xz
hardflip-cb73fe80e349decb4dc39113047fb554c2ffd2b6.tar.zst
hardflip-cb73fe80e349decb4dc39113047fb554c2ffd2b6.zip
up
Diffstat (limited to '')
-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