buildit.sh 309 B

12345678
  1. #!/bin/sh
  2. rm -f billdb send_billing_record
  3. $target_cc $target_ccopts -o billdb billdb.c bill_communication.c ../commhub/commhub.c ../commhub/client_utils.c ../common/common_defs.c -lcrypto
  4. $target_cc $target_ccopts -o send_billing_record send_billing_record.c ../commhub/commhub.c ../common/common_defs.c