summaryrefslogtreecommitdiff
path: root/clean.sh
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-02-11 22:48:39 +0200
committerPaul Buetow <paul@buetow.org>2024-02-11 22:48:39 +0200
commit0297fb7b2176418638aa18aecf55edb9b549dfcb (patch)
treece77b86726bb230beff811def949881edc5182c0 /clean.sh
parent5ed09a6a0254a65bb57618463eb3754402615160 (diff)
move around some stuff to the Makefile
Diffstat (limited to 'clean.sh')
-rwxr-xr-xclean.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/clean.sh b/clean.sh
deleted file mode 100755
index f7863db..0000000
--- a/clean.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/bash
-
-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