mirror of
https://github.com/wiiu-env/libromfs_wiiu.git
synced 2025-02-21 12:07:08 +01:00
Fix make install
This commit is contained in:
parent
fecc4797e6
commit
5ab1180d66
5
Makefile
5
Makefile
@ -102,7 +102,7 @@ export INCLUDE := $(foreach dir,$(INCLUDES),-I$(CURDIR)/$(dir)) \
|
|||||||
all: lib/libromfs.a
|
all: lib/libromfs.a
|
||||||
|
|
||||||
dist-bin: all
|
dist-bin: all
|
||||||
@tar --exclude=*~ -cjf libromfs-$(VERSION).tar.bz2 include lib share
|
@tar --exclude=*~ -cjf libromfs-$(VERSION).tar.bz2 include lib
|
||||||
|
|
||||||
dist-src:
|
dist-src:
|
||||||
@tar --exclude=*~ -cjf libromfs-src-$(VERSION).tar.bz2 include source Makefile
|
@tar --exclude=*~ -cjf libromfs-src-$(VERSION).tar.bz2 include source Makefile
|
||||||
@ -116,9 +116,6 @@ install: dist-bin
|
|||||||
lib:
|
lib:
|
||||||
@[ -d $@ ] || mkdir -p $@
|
@[ -d $@ ] || mkdir -p $@
|
||||||
|
|
||||||
share:
|
|
||||||
@[ -d $@ ] || mkdir -p $@
|
|
||||||
|
|
||||||
release:
|
release:
|
||||||
@[ -d $@ ] || mkdir -p $@
|
@[ -d $@ ] || mkdir -p $@
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user