1
0
Fork 0
forked from fun/fun

Added more Fun to htdocs/info.fun. (0.37.33)

This commit is contained in:
Johannes Findeisen 2025-12-29 20:39:47 +01:00
commit e6b9bd7488
4 changed files with 9 additions and 3 deletions

3
make
View file

@ -100,6 +100,8 @@ elif [ "$target" = "freebsd" ]; then
-DFUN_LINK_STATIC=OFF \
-DFUN_DEBUG=OFF \
&& cmake --build build --target fun
elif [ "$target" = "install" ]; then
sudo cmake --build build --target install
elif [ "$target" = "minimal" ]; then
rm -rf build \
&& cmake -S . -B build \
@ -159,6 +161,7 @@ else
echo " - alpine";
echo " - debug";
echo " - freebsd";
echo " - install";
echo " - minimal";
echo " - musl";
echo " - repl";