4 lines
111 B
Makefile
4 lines
111 B
Makefile
SHELL := /bin/bash
|
|
PREPARE_ENVIRONMENT := $(shell ./prepare-enironment.sh > /tmp/makeenv)
|
|
include /tmp/makeenv
|