Skip to content

Commit 7a2c05b

Browse files
committed
Update version, remove obsolete dist target
1 parent c048746 commit 7a2c05b

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

Makefile

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ endif
1313
export PATH := $(DEVKITPPC)/bin:$(PATH)
1414

1515
export LIBOGC_MAJOR := 2
16-
export LIBOGC_MINOR := 10
16+
export LIBOGC_MINOR := 11
1717
export LIBOGC_PATCH := 0
1818

1919
include $(DEVKITPPC)/base_rules
@@ -312,17 +312,7 @@ install: wii cube install-headers
312312
@mkdir -p $(DESTDIR)$(DEVKITPRO)/libogc
313313
@cp -frv include $(DESTDIR)$(DEVKITPRO)/libogc
314314
@cp -frv lib $(DESTDIR)$(DEVKITPRO)/libogc
315-
@cp -frv libogc_license.txt $(DESTDIR)$(DEVKITPRO)/libogc
316-
317-
318-
#---------------------------------------------------------------------------------
319-
dist: wii cube install-headers
320-
#---------------------------------------------------------------------------------
321-
@tar --exclude=*CVS* --exclude=.svn --exclude=wii --exclude=cube --exclude=*deps* \
322-
--exclude=*.bz2 --exclude=*include* --exclude=*lib/* --exclude=*docs/*\
323-
-cvjf libogc-src-$(VERSTRING).tar.bz2 *
324-
@tar -cvjf libogc-$(VERSTRING).tar.bz2 include lib libogc_license.txt
325-
315+
@cp -frv LICENSE $(DESTDIR)$(DEVKITPRO)/libogc
326316

327317
LIBRARIES := $(OGCLIB).a $(MODLIB).a $(MADLIB).a $(DBLIB).a \
328318
$(TINYSMBLIB).a $(ASNDLIB).a $(AESNDLIB).a $(ISOLIB).a

0 commit comments

Comments
 (0)