From 8d81ffef00f5cf2c267fb855715b76cdf004bc52 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Wed, 1 Mar 2023 16:11:17 +0100 Subject: Keep it simple --- target.mk | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 target.mk (limited to 'target.mk') diff --git a/target.mk b/target.mk deleted file mode 100644 index 2d3e61e..0000000 --- a/target.mk +++ /dev/null @@ -1,8 +0,0 @@ -# See LICENSE file for copyright and license details. - -bin/archive/string2.o: src/string2.c - ${CC} ${CFLAGS} -c src/string2.c -o $@ - -bin/shared/string2.o: src/string2.c - ${CC} ${CFLAGS} -fPIC -c src/string2.c -o $@ - -- cgit v1.2.3