flytex2html/Makefile

5 lines
284 B
Makefile

install: src/flytex2html.py
@ln -rs run.py ~/.local/bin/flytex2html 2>/dev/null && echo "Made symlink to ~/.local/bin/flytex2html" || echo "Nothing to do"
uninstall:
@rm ~/.local/bin/flytex2html 2>/dev/null && echo "Removed ~/.local/bin/flytex2html" || echo "Nothing to uninstall"