From a8d6f8bf30c07edb775e56889f568ca20240bedf Mon Sep 17 00:00:00 2001 From: lemon Date: Tue, 17 Mar 2026 13:22:00 +0100 Subject: REFACTOR: move sources to src/ --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index f48555b..1f72ecd 100755 --- a/configure +++ b/configure @@ -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 -- cgit v1.2.3