diff -r 5992e8df79c5 -r c0fc238c6755 Makefile --- a/Makefile Thu Dec 31 23:11:59 2020 +0200 +++ b/Makefile Fri Jan 01 18:02:55 2021 +0200 @@ -23,7 +23,6 @@ ################################################################ # Helper definition. -which = $(firstword $(foreach item,$(subst :, ,$(PATH)),$(wildcard $(item)/$1))) curdir := $(realpath .) ################################################################