Browse Source

Rename thirdparty/ -> dev-deps/

To indicate that those are not dependencies of the library, but rather
development dependencies.
rexim 2 years ago
parent
commit
3651530df6
5 changed files with 1 additions and 1 deletions
  1. 1 1
      build.sh
  2. 0 0
      dev-deps/arena.h
  3. 0 0
      dev-deps/stb_image.h
  4. 0 0
      dev-deps/stb_image_write.h
  5. 0 0
      dev-deps/sv.h

+ 1 - 1
build.sh

@@ -2,7 +2,7 @@
 
 
 set -xe
 set -xe
 
 
-COMMON_CFLAGS="-Wall -Wextra -pedantic -std=c99 -ggdb -I. -I./build/ -I./thirdparty/"
+COMMON_CFLAGS="-Wall -Wextra -pedantic -std=c99 -ggdb -I. -I./build/ -I./dev-deps/"
 
 
 build_wasm_demo() {
 build_wasm_demo() {
     NAME=$1
     NAME=$1

+ 0 - 0
thirdparty/arena.h → dev-deps/arena.h


+ 0 - 0
thirdparty/stb_image.h → dev-deps/stb_image.h


+ 0 - 0
thirdparty/stb_image_write.h → dev-deps/stb_image_write.h


+ 0 - 0
thirdparty/sv.h → dev-deps/sv.h