3 lines
72 B
Makefile
3 lines
72 B
Makefile
|
|
||
|
$(LIBRARY): $(OBJS)
|
||
|
$(AR) rcs ../libs/$(LIBRARY) $(addprefix obj/, $^)
|