Prefix an echo command with '@' so that we don't see the message twice.

pull/13/head
Dan Gohman 6 years ago
parent 8eff94c85c
commit 4d79cfc533

@ -10,7 +10,7 @@ VERSION:=$(shell ./version.sh)
DEBUG_PREFIX_MAP=-fdebug-prefix-map=$(ROOT_DIR)=wasisdk://v$(VERSION) DEBUG_PREFIX_MAP=-fdebug-prefix-map=$(ROOT_DIR)=wasisdk://v$(VERSION)
default: build default: build
echo "Use -fdebug-prefix-map=$(ROOT_DIR)=wasisdk://v$(VERSION)" @echo "Use -fdebug-prefix-map=$(ROOT_DIR)=wasisdk://v$(VERSION)"
clean: clean:
rm -rf build $(PREFIX) rm -rf build $(PREFIX)

Loading…
Cancel
Save