We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 272b273 commit 3f07fa0Copy full SHA for 3f07fa0
Makefile
@@ -12,7 +12,7 @@ rt:
12
13
COMPILER=./bin/troupec
14
compiler:
15
- cd compiler; $(MAKE) all
+ cd compiler; $(MAKE) build
16
17
p2p-tools:
18
cd p2p-tools; tsc
compiler/Makefile
@@ -1,6 +1,6 @@
1
.PHONY: test
2
3
-all:
+build:
4
stack -v build $(STACK_OPTS)
5
mkdir -p ./../bin
6
stack -v install $(STACK_OPTS) --local-bin-path ./../bin/
0 commit comments