1
0
mirror of https://github.com/pfusik/xasm.git synced 2024-06-01 01:41:29 +00:00

On macOS install in /usr/local/bin.

Close #8
This commit is contained in:
Piotr Fusik 2021-03-24 10:49:14 +01:00
parent 57ef9b5c83
commit 6f25038d95

View File

@ -53,7 +53,7 @@ osx/xasm: source/app.d
mkdir -p osx && dmd -of$@ -O -release -L-macosx_version_min -L10.6 $< && rm -f osx/xasm.o
osx/bin:
mkdir -p osx && ln -s /usr/bin $@
mkdir -p osx && ln -s /usr/local/bin $@
clean:
$(RM) xasm xasm.exe xasm.obj xasm.html xasm.1