aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristian Segundo2023-10-07 06:53:00 +0200
committerChristian Segundo2023-10-07 06:53:00 +0200
commit4397d810dd5d1d0f8453d6914e4b8c04e448b4ca (patch)
treea422ea646ea7c78d354c40c2f2b5ea869ead858b /Makefile.am
parentdc45fc9d0c3ebed0c1340082b1d194fea66cd1ad (diff)
downloadkrash-4397d810dd5d1d0f8453d6914e4b8c04e448b4ca.tar.gz
add le files
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..8b45e33
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,7 @@
+bin_SCRIPTS = krash
+CLEANFILES = $(bin_SCRIPTS)
+
+install-exec-hook:
+ cd $(DESTDIR)$(bindir) && rm -f kubectl-node-crash && $(LN_S) krash kubectl-node-crash
+uninstall-hook:
+ cd $(DESTDIR)$(bindir) && rm -f kubectl-node-crash