Fix Makefile work with zsh and bash

In zsh and bash, type prints not only executable path:

$ type tweego
tweego is /usr/bin/tweego

These additional words break the Makefile

Edited by ezsh

Merge request reports

Loading