diff options
| author | Paul Buetow <paul@buetow.org> | 2024-02-11 23:32:54 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-02-11 23:32:54 +0200 |
| commit | d37b58c1f9d4881a7b4f726cb6fb7a9870372ebe (patch) | |
| tree | b171328a4ccc7a21d36ef0400b5566af321fa551 /Makefile | |
| parent | 3e988cebf28b1c03d8be4aac0cad7fd2a59701ff (diff) | |
cosmetics
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
