aboutsummaryrefslogtreecommitdiff
path: root/makemk.sh
diff options
context:
space:
mode:
authorbhgv <bhgv.empire@gmail.com>2018-03-02 03:36:20 +0200
committerbhgv <bhgv.empire@gmail.com>2018-03-02 03:36:20 +0200
commit0e00ccc314faa6ad00e55c4a2b09adff5a8c9459 (patch)
tree2c6f5b0f51b8a1c86fbcc5ddeb704d636aecae57 /makemk.sh
parent9114a6bf3780060ea5104bdff0cd6d234ffdeb2b (diff)
ready to build and run in Linux as a regular emu
Diffstat (limited to 'makemk.sh')
-rwxr-xr-x[-rw-r--r--]makemk.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/makemk.sh b/makemk.sh
index 1e18782..6f02b5c 100644..100755
--- a/makemk.sh
+++ b/makemk.sh
@@ -8,8 +8,8 @@
# change these defines as appropriate here or in mkconfig
# ROOT should be the root of the Inferno tree
-ROOT=/usr/inferno
-SYSTARG=FreeBSD
+ROOT=$PWD #/usr/inferno
+SYSTARG=Linux #FreeBSD
OBJTYPE=386
SYSTYPE=posix