updated cbuild

This commit is contained in:
2023-01-15 22:46:00 +06:00
parent c2825a9540
commit f75ab3d117
2 changed files with 4 additions and 3 deletions

2
cbuild

Submodule cbuild updated: bad865d76c...c0cc240d00

View File

@@ -1,8 +1,9 @@
#!/bin/bash #!/bin/bash
CONFIG_VERSION=3 CBUILD_VERSION=3
CBUILD_VERSION=2 CONFIG_VERSION=4
PROJECT=kerep PROJECT=kerep
echo "reading $PROJECT default config..."
CMP_C=gcc CMP_C=gcc
CMP_CPP=g++ CMP_CPP=g++
STD_C=c11 STD_C=c11