diff --git a/nx/Makefile b/nx/Makefile index 5b164f6a..433caf30 100644 --- a/nx/Makefile +++ b/nx/Makefile @@ -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