Skip to content

Commit 3911105

Browse files
committed
Some nomenclature cleanups
1 parent e100bb2 commit 3911105

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

Makefile

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
SRC_DIRECTORY = /work/src
2-
TEST_DIRECTORY = /work/tests
3-
OUTPUT_DIRECTORY = /work
1+
#SRC_DIRECTORY = /work/src
2+
#TEST_DIRECTORY = /work/tests
3+
#OUTPUT_DIRECTORY = /work
4+
#
5+
## Runs moorc from the latest docker release, mapping local working directory
6+
#MOORC = docker run -v .:$(OUTPUT_DIRECTORY) -i ghcr.io/rdaum/moor:release ./moorc \
7+
# --use-boolean-returns true \
8+
# --use-symbols-in-builtins true \
9+
# --custom-errors true
410

5-
# Runs moorc from the latest docker release, mapping local working directory
6-
MOORC = docker run -v .:$(OUTPUT_DIRECTORY) -i ghcr.io/rdaum/moor:release ./moorc \
11+
12+
MOORC = ../moor/target/release/moorc \
713
--use-boolean-returns true \
814
--use-symbols-in-builtins true \
915
--custom-errors true
1016

11-
12-
#MOORC = ../moor/target/release/moorc \
13-
# --use-boolean-returns true \
14-
# --use-symbols-in-builtins true \
15-
# --custom-errors true
16-
17-
# SRC_DIRECTORY = src
18-
# TEST_DIRECTORY = tests
19-
# OUTPUT_DIRECTORY = .
17+
SRC_DIRECTORY = src
18+
TEST_DIRECTORY = tests
19+
OUTPUT_DIRECTORY = .
2020

2121
# Target to generate an old-style MOO textdump from the compilation of the
2222
# objdef style sources in the local directory. This is the default target,

0 commit comments

Comments
 (0)