diff options
| author | 2026-03-17 13:22:00 +0100 | |
|---|---|---|
| committer | 2026-03-17 13:22:00 +0100 | |
| commit | a8d6f8bf30c07edb775e56889f568ca20240bedf (patch) | |
| tree | b5a452b2675b2400f15013617291fe6061180bbf /configure | |
| parent | 24f14b7ad1af08d872971d72ce089a529911f657 (diff) | |
REFACTOR: move sources to src/
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -116,11 +116,11 @@ echo "/** GENERATED WITH $0 $@ **/ #define HOST_INCLUDE_DIRS $host_include_dirs #define HOST_CC \"$CC\" -#endif // HOSTCONFIG_H_" > hostconfig.h +#endif // HOSTCONFIG_H_" > src/hostconfig.h echo "# GENERATED WITH $0 $@ PREFIX = $prefix CC = $CC CFLAGS = ${CFLAGS:--Wall -std=c11 -pedantic}" > config.mk -echo config written to hostconfig.h, config.mk +echo config written to src/hostconfig.h, config.mk |