textMagician/Makefile
2026-01-07 13:54:35 +01:00

9 lines
179 B
Makefile
Executable File

DEST ?= $(HOME)/.local
install:
cp -r ./textmagicscripts $(DEST)/bin/
cp ./tm $(DEST)/bin/
uninstall:
rm -r $(DEST)/bin/textmagicsripts
rm $(DEST)/bin/tm