# Makefile for Medusa security system all: constable config: ./configure constable: make -C Constable clean: make -C Constable clean remake: clean constable install: make -C Constable install uninstall: make -C Constable uninstall