1 2 3 4 5 6 7 8 9INSTALL = $${HOME}/.local/bin PWD = $${PWD} install: cp synomuse ${INSTALL}/ clean: rm ${INSTALL}/synomuse
1 2 3 4 5 6 7 8 9
INSTALL = $${HOME}/.local/bin PWD = $${PWD} install: cp synomuse ${INSTALL}/ clean: rm ${INSTALL}/synomuse