buildit.sh 257 B

123456
  1. #!/bin/sh
  2. common_stuff="../commhub/commhub.c ../commhub/client_utils.c ../common/common_defs.c"
  3. rm -f diu_minder
  4. $target_cc $target_ccopts -Wno-format-truncation -o diu_minder diu_main.c touchscreen.c driver.c mongoose.c mkgmtime.c $common_stuff -lcrypto