4 lines
69 B
Makefile
4 lines
69 B
Makefile
SHELL := /bin/bash
|
|
|
|
all:
|
|
@echo "Using 'source envsetup.sh' to start"
|