diff options
author | Juan J. Martinez <jjm@usebox.net> | 2021-01-25 15:56:45 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2021-01-25 15:56:45 +0000 |
commit | 6b884b930a9e1b7016f4e1a8967466cb9536ce45 (patch) | |
tree | 7af0506cbd95b5000b577030f53f9575fdf05937 /Makefile | |
parent | 71124479ed9f7e88f7b11f3ad4175000e2f21c4e (diff) | |
download | ubox-msx-lib-6b884b930a9e1b7016f4e1a8967466cb9536ce45.tar.gz ubox-msx-lib-6b884b930a9e1b7016f4e1a8967466cb9536ce45.zip |
Better compatibility with Windows
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ all: libs -export PATH := $(shell realpath ./bin):$(PATH) +export PATH := $(PWD)/bin:$(PATH) libs: lib ubox spman mplayer ap |