mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 07:12:18 +00:00
11 lines
262 B
Plaintext
11 lines
262 B
Plaintext
|
resolve_btfids-y += main.o
|
||
|
resolve_btfids-y += rbtree.o
|
||
|
resolve_btfids-y += zalloc.o
|
||
|
resolve_btfids-y += string.o
|
||
|
resolve_btfids-y += ctype.o
|
||
|
resolve_btfids-y += str_error_r.o
|
||
|
|
||
|
$(OUTPUT)%.o: ../../lib/%.c FORCE
|
||
|
$(call rule_mkdir)
|
||
|
$(call if_changed_dep,cc_o_c)
|