Commit 4bb1a1ba authored by Benoit Rat's avatar Benoit Rat

tools: improve Makefile dep by callig all when install

parent fcf2740e
......@@ -53,6 +53,6 @@ load-lm32: load-lm32.o lm32-loader.o
clean:
rm -f $(TOOLS) *.o *~
install:
install: all
install -d $(WR_INSTALL_ROOT)/bin
install $(TOOLS) $(WR_INSTALL_ROOT)/bin
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