aboutsummaryrefslogtreecommitdiff
path: root/target.mk
blob: 2d3e61e9a0fac9d4bbde11bc226a6ba3812b0a3b (plain)
1
2
3
4
5
6
7
8
# 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 $@