summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-02-11 22:35:06 +0200
committerPaul Buetow <paul@buetow.org>2024-02-11 22:35:06 +0200
commit23a5ca9d0782e658188fd568fc3d3aa2b828bc45 (patch)
treec04e2d012af37e95a64370b3463a9d7d717fa431
parentfe024ec9fc47b96b5cc9b3301ebf311510568fda (diff)
move go cmd to cmd/ioriotng
-rwxr-xr-xclean.sh3
-rw-r--r--cmd/ioriotng/main.go (renamed from main.go)0
-rw-r--r--internal/opids.go (renamed from opids.go)0
3 files changed, 3 insertions, 0 deletions
diff --git a/clean.sh b/clean.sh
index 0c7aeb8..f7863db 100755
--- a/clean.sh
+++ b/clean.sh
@@ -4,3 +4,6 @@ set -xeuf -o pipefail
find . -name ioriotng -exec rm -v {} \;
find . -name \*.o -exec rm -v {} \;
+if [ -f internal/vmlinux.h ]; then
+ rm -v internal/vmlinux.h
+fi
diff --git a/main.go b/cmd/ioriotng/main.go
index 54b3c85..54b3c85 100644
--- a/main.go
+++ b/cmd/ioriotng/main.go
diff --git a/opids.go b/internal/opids.go
index eda15fd..eda15fd 100644
--- a/opids.go
+++ b/internal/opids.go