buildit.sh 220 B

123456789
  1. #!/bin/sh
  2. expat_dir="./expat-2.0.1/"
  3. common_stuff="../commhub/commhub.c ../commhub/client_utils.c ../common/common_defs.c"
  4. rm -f gps_minder
  5. $target_cc $target_ccopts -o gps_minder gps_main.c mkgmtime.c $common_stuff