dist-src target using git tag

This commit is contained in:
Dave Murphy 2025-06-10 17:51:22 +01:00
parent 0085500b1a
commit 78eef85a94
No known key found for this signature in database
GPG Key ID: F7FD5492264BB9D0

View File

@ -98,6 +98,9 @@ install: lib/libnx.a lib/libnxd.a
@cp -rv include $(DESTDIR)$(DEVKITPRO)/libnx/
@cp -rv external/bsd/include $(DESTDIR)$(DEVKITPRO)/libnx/
dist-src:
@tar -cjf libnx-`git describe --tags | sed 's/^v//'`.tar.bz2 include source data external Makefile default_icon.jpg switch_rules switch.ld switch.specs
#dox:
# @doxygen Doxyfile
# @doxygen Doxyfile.internal