1
0

Makefile 57 B

12
  1. ipyml : main.cpp link.cpp
  2. g++ -std=c++11 $^ -lmnl -o $@