diff options
Diffstat (limited to 'libs.target.mk')
-rw-r--r-- | libs.target.mk | 13 |
1 files changed, 0 insertions, 13 deletions
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 |