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