From d37b58c1f9d4881a7b4f726cb6fb7a9870372ebe Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 11 Feb 2024 23:32:54 +0200 Subject: cosmetics --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit v1.2.3