Browse Source

fixed compilation of server module

pull/1/head
Ivan Polyakov 2 years ago
parent
commit
0c4532831a
  1. 3
      Makefile

3
Makefile

@ -62,6 +62,9 @@ librapida.a: $(COBJ) @@ -62,6 +62,9 @@ librapida.a: $(COBJ)
librapidaxx.a: $(COBJ) $(CXXOBJ)
ar rvs $@ $^
servers/%.o: servers/%.c
$(CC) $(CFLAGS) -fPIC $< -c -o $@
c/%.o: c/%.c
$(CC) $(CFLAGS) -fPIC $< -c -o $@

Loading…
Cancel
Save