From 5ab1180d6665e6dc3832868f37ea5d6b325f8e05 Mon Sep 17 00:00:00 2001 From: Maschell Date: Mon, 27 Dec 2021 02:27:25 +0100 Subject: [PATCH] Fix make install --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 $@