diff options
| author | ne_mene <[email protected]> | 2026-03-01 23:21:13 +0100 |
|---|---|---|
| committer | ne_mene <[email protected]> | 2026-03-01 23:21:13 +0100 |
| commit | 99806a7680e3aa628b242e188e9ee942e2f78e88 (patch) | |
| tree | fcc440042e506cc4f7cbdf340159eba3d56f0ca0 /Makefile | |
| parent | 65924ea469c4a2bbd19674623bf79e44eeb49931 (diff) | |
update/install, example update
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |
