diff --git a/src/Makefile b/src/Makefile new file mode 100644 index 000000000..2f08ad530 --- /dev/null +++ b/src/Makefile @@ -0,0 +1,7 @@ + + +all: bld_errSym + +bld_errSym: + cd libUnix; make TARGET=Unix + cd libvxWorks; make TARGET=vxWorks