diff --git a/Makefile b/Makefile index 927baf8..055f9d7 100644 --- a/Makefile +++ b/Makefile @@ -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 $@