From e389fbbfeee4b750e2c41f15dfd320a104c1ed06 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Tue, 4 Apr 2023 23:46:03 +0200 Subject: Remove lib str from project --- libs.target.mk | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 libs.target.mk (limited to 'libs.target.mk') diff --git a/libs.target.mk b/libs.target.mk deleted file mode 100644 index fa300e3..0000000 --- a/libs.target.mk +++ /dev/null @@ -1,13 +0,0 @@ -# See LICENSE file for copyright and license details. - -clean-libs: - rm -rf ${LIBDIR} - -libs: ${LIBDIR} ${LIBDIR}/${LIBSTR} - -${LIBDIR}: - @mkdir -p $@ - -${LIBDIR}/${LIBSTR}: - fetch -o - https://git.alessandroiezzi.it/libs/c/cstr.git/snapshot/${LIBSTR}.tar.gz | tar xzf - -C ${LIBDIR} - cd $@ && make -- cgit v1.2.3