github.com/Myriad-Dreamin/tarus@v0.0.0-20220422082640-5379b6998284/cmd/tests/containerd-judge/Makefile (about)

     1  
     2  io_test: programs/io_test.cc
     3  	$(CXX) $< -o $@
     4  
     5  echo_test: programs/echo_test.cc
     6  	$(CXX) $< -o $@
     7