Commit ed5fd4b2 authored by Tristan Cavelier's avatar Tristan Cavelier

xxx component/pole: +1

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