Commit 327c06ab authored by Tristan Cavelier's avatar Tristan Cavelier

xxx component/pole: make-targets +1

parent fff402c4
...@@ -11,5 +11,8 @@ configure-command = true ...@@ -11,5 +11,8 @@ configure-command = true
make-binary = make-binary =
make-options = make-options =
make-targets = make-targets =
cd * || exit 1
g++ -o poledump pole.cpp poledump.cpp g++ -o poledump pole.cpp poledump.cpp
mkdir '${:location}/bin'
mv -t '${:location}/bin' poledump
#environment = #environment =
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