TEMPLATE=template INIT_SCRIPTS=aranea-mail aranea-config all: $(INIT_SCRIPTS) aranea-mail: mail template cat $< $(TEMPLATE) > $@ chmod +x $@ aranea-config: config template cat $< $(TEMPLATE) > $@ chmod +x $@ clean: rm -f $(INIT_SCRIPTS)