all:
	$(APXS) -c mod_rt.c

install:
	$(APXS) -n rt_module -i .libs/mod_rt.so
