all: mod_scache

mod_scache: mod_scache.c
	sudo apxs -c -lcurl -lcrypto -i -a mod_scache.c

mod_hello: mod_hello.c
	sudo apxs -c -i -a mod_hello.c

