Makefile 129 B

123456
  1. compile:
  2. c++ rawls_reader.cpp -o rawls_reader
  3. c++ rawls_h_flip.cpp -o rawls_h_flip
  4. clean:
  5. rm rawls_reader && rm rawls_h_flip