makefile 192 B

1234567
  1. ccmips=mips-openwrt-linux-g++
  2. all:
  3. killall raw||true
  4. sleep 1
  5. g++ main.cpp -o raw -static -lrt -ggdb -I. aes.c md5.c encrypt.cpp -O3
  6. # ${ccmips} main.cpp -o rawmips -static -lgcc_eh -lrt