INIT_SCRIPTS=origo-mail origo-config origo-storage origo-api origo-api-internal origo-core all: $(INIT_SCRIPTS) origo-mail: mail cat $< template > $@ chmod +x $@ origo-config: config cat $< template > $@ chmod +x $@ origo-storage: storage cat $< template > $@ chmod +x $@ origo-api: api cat $< template > $@ chmod +x $@ origo-api-internal: api-internal cat $< template > $@ chmod +x $@ origo-core: core cat $< template > $@ chmod +x $@ clean: rm -f $(INIT_SCRIPTS)