Skip to content
Snippets Groups Projects
Unverified Commit 518e1719 authored by STEVAN Antoine's avatar STEVAN Antoine :crab:
Browse files

fix the `~` in Makefile

parent 3256d11b
Branches
Tags
No related merge requests found
BIN = "~/.local/bin"
VENV = "~/.local/share/venvs/gplt"
BIN = "${HOME}/.local/bin"
VENV = "${HOME}/.local/share/venvs/gplt"
.PHONY: install uninstall venv
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment