Commit 869a6ec6 authored by David Reid's avatar David Reid

Update example build script.

parent f498c7f5
......@@ -2,7 +2,7 @@ Building
========
Build and run from "_build" directory. Example:
gcc ../test_deviceio.c -o bin/test_deviceio
gcc ../test_deviceio/ma_test_deviceio.c -o bin/test_deviceio -Wall -Wextra -Wpedantic -ldl -lm -lpthread
./bin/test_deviceio
Output files will be placed in the "res/output" folder.
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