We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f35300b commit 1c0fea9Copy full SHA for 1c0fea9
build-all.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
mkdir -p tools/SimpleFSBuilder/build
3
-mkdir -p tools/PicoHTTPServer/build
+mkdir -p PicoHTTPServer/build
4
cmake -S tools/SimpleFSBuilder -B tools/SimpleFSBuilder/build
5
make -C tools/SimpleFSBuilder/build || exit 1
6
0 commit comments