mirror of
https://github.com/wiiu-env/libsdutils.git
synced 2024-11-21 18:49:15 +01:00
Fix make install
This commit is contained in:
parent
28bfbc1042
commit
af5d83e4f3
5
Makefile
5
Makefile
@ -102,7 +102,7 @@ export INCLUDE := $(foreach dir,$(INCLUDES),-I$(CURDIR)/$(dir)) \
|
||||
all: lib/libsdutils.a
|
||||
|
||||
dist-bin: all
|
||||
@tar --exclude=*~ -cjf libsdutils-$(VERSION).tar.bz2 include lib share
|
||||
@tar --exclude=*~ -cjf libsdutils-$(VERSION).tar.bz2 include lib
|
||||
|
||||
dist-src:
|
||||
@tar --exclude=*~ -cjf libsdutils-src-$(VERSION).tar.bz2 include source Makefile
|
||||
@ -115,9 +115,6 @@ install: dist-bin
|
||||
|
||||
lib:
|
||||
@[ -d $@ ] || mkdir -p $@
|
||||
|
||||
share:
|
||||
@[ -d $@ ] || mkdir -p $@
|
||||
|
||||
release:
|
||||
@[ -d $@ ] || mkdir -p $@
|
||||
|
Loading…
Reference in New Issue
Block a user