Commit 602fcd8c authored by Aurelio Colosimo's avatar Aurelio Colosimo

compile only a binary for gnu linux (no need for master and slave)

parent 86170ce2
......@@ -3,5 +3,4 @@
# This script simply compiles ppsi both for master and for slave, with
# diagnostic enabled.
make clean;make WRMODE=slave HAS_FULL_DIAG=y && ARCH=gnu-linux && mv ppsi ppsi_slave
make clean;make WRMODE=master HAS_FULL_DIAG=y && ARCH=gnu-linux && mv ppsi ppsi_master
make clean;make HAS_FULL_DIAG=y && ARCH=gnu-linux
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