From 1eacf9411c67ac4f4441f5bbcdb19056763f7aae Mon Sep 17 00:00:00 2001 From: hanez Date: Fri, 12 Dec 2025 04:52:18 +0100 Subject: [PATCH] ./make script update. (0.37.10) --- CMakeLists.txt | 2 +- make | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ad6be87..faa6517 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.10) -project(fun VERSION 0.37.9 LANGUAGES C) +project(fun VERSION 0.37.10 LANGUAGES C) set(CMAKE_C_STANDARD 99) set(CMAKE_C_STANDARD_REQUIRED ON) diff --git a/make b/make index 3009268..b8cc7b7 100755 --- a/make +++ b/make @@ -153,4 +153,13 @@ elif [ "$target" = "repl" ]; then && cmake --build build --target fun else echo "Build target $target not found... aborting!"; + echo "Available targets:"; + echo " - all"; + echo " - alpine"; + echo " - debug"; + echo " - debug_all"; + echo " - freebsd"; + echo " - minimal"; + echo " - musl"; + echo " - repl"; fi