mirror of
https://github.com/zetaPRIME/libstarlight.git
synced 2025-06-26 05:32:46 +00:00
whoops <.<
This commit is contained in:
parent
56ca9ad75a
commit
db49f95833
@ -105,13 +105,15 @@ dist-bin: all
|
||||
@tar --exclude=*~ -cjf libstarlight-$(VERSION).tar.bz2 include lib
|
||||
|
||||
dist-src:
|
||||
rm -rf include/
|
||||
rsync -a --include '*/' --include '*.h' --include '*.hpp' --exclude '*' source/ include/
|
||||
@tar --exclude=*~ -cjf libstarlight-src-$(VERSION).tar.bz2 include source data Makefile Doxyfile Doxyfile.internal
|
||||
|
||||
dist: dist-src dist-bin
|
||||
|
||||
install: dist-bin
|
||||
mkdir -p $(DEVKITPRO)/libctru
|
||||
bzip2 -cd libctru-$(VERSION).tar.bz2 | tar -xf - -C $(DEVKITPRO)/libstarlight
|
||||
mkdir -p $(DEVKITPRO)/libstarlight
|
||||
bzip2 -cd libstarlight-$(VERSION).tar.bz2 | tar -xf - -C $(DEVKITPRO)/libstarlight
|
||||
|
||||
dox:
|
||||
@doxygen Doxyfile
|
||||
|
Loading…
x
Reference in New Issue
Block a user