From 6b884b930a9e1b7016f4e1a8967466cb9536ce45 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Mon, 25 Jan 2021 15:56:45 +0000 Subject: Better compatibility with Windows --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c93b3a6..0eb056f 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ all: libs -export PATH := $(shell realpath ./bin):$(PATH) +export PATH := $(PWD)/bin:$(PATH) libs: lib ubox spman mplayer ap -- cgit v1.2.3