From af5d83e4f358c8d612c8fa5bd4be83d5ece8a6cd Mon Sep 17 00:00:00 2001 From: Maschell Date: Sat, 5 Mar 2022 17:42:20 +0100 Subject: [PATCH] Fix `make install` --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index d338b63..e8919c9 100644 --- a/Makefile +++ b/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 $@