aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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