gecko-dev/tools/post_compile/Makefile

7 строки
123 B
Makefile

post_compile: post_compile.cpp
$(CXX) -g -o post_compile post_compile.cpp
clean:
rm -f *.o test *.test post_compile *~