diff --git a/Makefile b/Makefile index 89ac9c6..e000e7e 100644 --- a/Makefile +++ b/Makefile @@ -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 $@