Skip to content

Commit 3f07fa0

Browse files
committed
Rename 'make all' to 'make build' to match conventions
1 parent 272b273 commit 3f07fa0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ rt:
1212

1313
COMPILER=./bin/troupec
1414
compiler:
15-
cd compiler; $(MAKE) all
15+
cd compiler; $(MAKE) build
1616

1717
p2p-tools:
1818
cd p2p-tools; tsc

compiler/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: test
22

3-
all:
3+
build:
44
stack -v build $(STACK_OPTS)
55
mkdir -p ./../bin
66
stack -v install $(STACK_OPTS) --local-bin-path ./../bin/

0 commit comments

Comments
 (0)