"vscode:/vscode.git/clone" did not exist on "3ba10ad0a2ed85c26e096126a7899a401cf8f9e7"
Commit 57d6f839 authored by Sandrine Bailleux's avatar Sandrine Bailleux Committed by TrustedFirmware Code Review
Browse files

Merge "tools: don't clean when building" into integration

parents 337e4933 69a91659
......@@ -59,7 +59,7 @@ HOSTCC ?= gcc
.PHONY: all clean realclean
all: clean ${BINARY}
all: ${BINARY}
${BINARY}: ${OBJECTS} Makefile
@echo " HOSTLD $@"
......
......@@ -46,7 +46,7 @@ HOSTCC ?= gcc
.PHONY: all clean realclean
all: clean ${BINARY}
all: ${BINARY}
${BINARY}: ${OBJECTS} Makefile
@echo " HOSTLD $@"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment