mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 05:12:26 +00:00
fixed home path
Former-commit-id: f494740aadd2584f3994f1dc5746f9c4ddf0429e
This commit is contained in:
parent
f1badbacbd
commit
ecc94a305b
6 changed files with 6 additions and 7 deletions
|
|
@ -20,8 +20,7 @@ LIBNAME = VishapOberon
|
|||
LIBRARY = lib$(LIBNAME)
|
||||
|
||||
ifndef PRF
|
||||
#PRF = "/opt"
|
||||
PRF = "/home/noch/local"
|
||||
PRF = "/opt"
|
||||
endif
|
||||
PREFIX = $(PRF)/voc-$(RELEASE)
|
||||
PREFIXLN = $(PRF)/voc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue