Skip to content

Commit 1c0fea9

Browse files
committed
Fixed binary directory path
1 parent f35300b commit 1c0fea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-all.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
mkdir -p tools/SimpleFSBuilder/build
3-
mkdir -p tools/PicoHTTPServer/build
3+
mkdir -p PicoHTTPServer/build
44
cmake -S tools/SimpleFSBuilder -B tools/SimpleFSBuilder/build
55
make -C tools/SimpleFSBuilder/build || exit 1
66

0 commit comments

Comments
 (0)