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

This commit is contained in:
2025-10-06 17:33:10 +02:00
parent 4dac2d9308
commit b2031201a8
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=discogs-service
DOCC_PREVIEW_URL=http://localhost:8080/documentation/discogsservice
# -- SWIFT PACKAGE MANAGER ---
SPM_LIBRARY_TARGET=DiscogsService