.PHONY: petals petals: $(MAKE) -C ../common-env/transformers .PHONY: run run: @echo "Running petals..." bash run.sh @echo "petals run." .PHONY: test test: @echo "Testing petals..." bash test.sh @echo "petals tested."