add install for makefile

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@339 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-15 11:32:12 +00:00
parent 234d726e3f
commit a9c46fb196
12 changed files with 27 additions and 5 deletions

View File

@@ -126,6 +126,8 @@ c("OPENGL - Build OpenGL widget or not.", 60);
l("");
c("USE_STB_IMAGE - Use stb_image or not.", 60);
l("");
c("PREFIX - Installation destination directory.", 60);
l("");
l("");
c("Makefile targets");
@@ -139,8 +141,10 @@ l("");
c("examples - Builds examples", 60);
l("");
c("all - Builds lib and examples", 60);
l("");
c("install - Installs Milsko to PREFIX", 60);
l("");
l(" -- Nishi (nishi\@nishi.boats)");
close(OUT);