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 5f07fd5 commit 163a3a2Copy full SHA for 163a3a2
Makefile
@@ -12,16 +12,16 @@ server:
12
dylan-compiler -build http-server
13
14
client-test:
15
- dylan-compiler -build http-client-test-suite
+ dylan-compiler -build http-client-test-suite-app
16
17
protocol-test:
18
dylan-compiler -build http-protocol-test-suite-app
19
20
common-test:
21
- dylan-compiler -build http-common-test-suite
+ dylan-compiler -build http-common-test-suite-app
22
23
server-test:
24
- dylan-compiler -build http-server-tests
+ dylan-compiler -build http-server-test-suite-app
25
26
clean:
27
rm -rf _build
0 commit comments