Fix `make install`

This commit is contained in:
Maschell 2022-03-05 17:42:20 +01:00
parent 28bfbc1042
commit af5d83e4f3
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/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 $@