#LIBS	= -lsocket -lnsl

all: progs 

progs:
	cd src/misc; make "LIBS=$(LIBS)" "XFLAGS=$(XFLAGS)"

checksums:
	@find * -type f -print | sort | xargs md5

clean: 
	cd src/misc; make clean
	rm -f html/satan.html html/satan_documentation.html status_file
	chmod -x satan
