We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3637b0d commit 105d494Copy full SHA for 105d494
Makefile
@@ -42,7 +42,7 @@ clean:
42
#-------------------------------------------------------------------------------
43
dist-src:
44
45
- @tar --exclude=*CVS* --exclude=.svn -cjf libnds-src-$(VERSION).tar.bz2 arm7/Makefile arm9/Makefile source include icon.bmp Makefile libnds_license.txt libnds.dox
+ @tar --exclude=*CVS* --exclude=.svn -cjf libnds-src-$(VERSION).tar.bz2 arm7/Makefile arm9/Makefile source include icon.bmp Makefile libnds_license.txt Doxyfile
46
47
48
dist-bin: all
0 commit comments