diff options
| author | Paul Buetow <paul@buetow.org> | 2024-02-11 22:35:06 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-02-11 22:35:06 +0200 |
| commit | 23a5ca9d0782e658188fd568fc3d3aa2b828bc45 (patch) | |
| tree | c04e2d012af37e95a64370b3463a9d7d717fa431 /clean.sh | |
| parent | fe024ec9fc47b96b5cc9b3301ebf311510568fda (diff) | |
move go cmd to cmd/ioriotng
Diffstat (limited to 'clean.sh')
| -rwxr-xr-x | clean.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
