Skip to content
Snippets Groups Projects
Commit bb72b694 authored by McCullick, Philip (CIV)'s avatar McCullick, Philip (CIV)
Browse files

Fix header files not being copied in rall.sh

parent b3d7ed0d
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@ if [ ! -d "output" ]; then
fi
if [ ! -f build/Include.h ]; then
cp Code/*.rig build/
cp Code/*.h build/
fi
# Copy the mp file into the build folder
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment