Skip to content
Snippets Groups Projects
Commit af7b7363 authored by Cesar Prados's avatar Cesar Prados
Browse files

Makefile:clone the vetar mod two directores above

parent 401bcda5
Branches
Tags
No related merge requests found
...@@ -6,6 +6,7 @@ echo "checking if the project vetar-drv is in the root path of fpga-config-space ...@@ -6,6 +6,7 @@ echo "checking if the project vetar-drv is in the root path of fpga-config-space
if [ ! -d "$DIRECTORY" ]; then if [ ! -d "$DIRECTORY" ]; then
echo "I didn't the project and it is needed for compiling this one, I'm cloning from the repo" echo "I didn't the project and it is needed for compiling this one, I'm cloning from the repo"
cd ../../
git clone https://github.com/vetarWare/vetar_drv.git git clone https://github.com/vetarWare/vetar_drv.git
fi fi
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