Fix make install

This commit is contained in:
Maschell 2021-12-27 02:27:25 +01:00
parent fecc4797e6
commit 5ab1180d66
1 changed files with 1 additions and 4 deletions

View File

@ -102,7 +102,7 @@ export INCLUDE := $(foreach dir,$(INCLUDES),-I$(CURDIR)/$(dir)) \
all: lib/libromfs.a
dist-bin: all
@tar --exclude=*~ -cjf libromfs-$(VERSION).tar.bz2 include lib share
@tar --exclude=*~ -cjf libromfs-$(VERSION).tar.bz2 include lib
dist-src:
@tar --exclude=*~ -cjf libromfs-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 $@