summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-02-11 23:32:54 +0200
committerPaul Buetow <paul@buetow.org>2024-02-11 23:32:54 +0200
commitd37b58c1f9d4881a7b4f726cb6fb7a9870372ebe (patch)
treeb171328a4ccc7a21d36ef0400b5566af321fa551 /Makefile
parent3e988cebf28b1c03d8be4aac0cad7fd2a59701ff (diff)
cosmetics
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c9c67f1..484487f 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,7 @@ gobuild:
echo >> internal/opids.go
sed -E 's/#define (.*) ([0-9]+)/const \1 = \2/' opids.h >> internal/opids.go
go build -race -tags netgo -ldflags '-w -extldflags "-static"' -o ioriotng ./cmd/ioriotng/main.go
+
clean:
find . -type f -name ioriotng -delete
find . -name \*.o -delete