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