aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorne_mene <[email protected]>2026-03-01 23:21:13 +0100
committerne_mene <[email protected]>2026-03-01 23:21:13 +0100
commit99806a7680e3aa628b242e188e9ee942e2f78e88 (patch)
treefcc440042e506cc4f7cbdf340159eba3d56f0ca0 /Makefile
parent65924ea469c4a2bbd19674623bf79e44eeb49931 (diff)
update/install, example update
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cd1a548..3ab7005 100644
--- a/Makefile
+++ b/Makefile
@@ -23,3 +23,12 @@ run: $(TSAR_OUT)
clean:
rm $(TSAR_OUT)
+
+install: $(SRC)
+ $(CC) $(SRC) -o $(TSAR_OUT) $(CFLAGS) $(LDFLAGS)
+ cp tsarbar /usr/bin/tsarbar
+ cp tsarc /usr/bin/tsarc
+
+uninstall:
+ rm /usr/bin/tsarbar
+ rm /usr/bin/tsarc