buildit.sh 177 B

123456
  1. #!/bin/sh
  2. rm -f paddlemgr
  3. $target_cc $target_ccopts -o paddlemgr paddlemgr.c ../common/common_defs.c ../common/gpsmath.c ../commhub/commhub.c ../commhub/client_utils.c -lm