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