summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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