Defined the library, package, documentation and IDE tasks in the Makefile file.

This commit is contained in:
2025-10-02 17:16:12 +02:00
parent 669c79d543
commit f5524a6650
2 changed files with 102 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# --- DOCUMENTATION ---
DOCC_ARCHIVE_OUTPUT=./${SPM_LIBRARY_TARGET}.doccarchive
DOCC_GITHUB_OUTPUT=./docs
DOCC_GITHUB_BASE_PATH=marvel-service
DOCC_PREVIEW_URL=http://localhost:8080/documentation/marvelservice
# -- SWIFT PACKAGE MANAGER ---
SPM_LIBRARY_TARGET=MarvelService