mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
dist-src target using git tag
This commit is contained in:
parent
0085500b1a
commit
78eef85a94
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user