Skip to content
Snippets Groups Projects
Commit 4bb1a1ba authored by Benoit Rat's avatar Benoit Rat
Browse files

tools: improve Makefile dep by callig all when install

parent fcf2740e
Branches
Tags
No related merge requests found
......@@ -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
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