зеркало из https://github.com/mozilla/gecko-dev.git
7 строки
123 B
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 *~
|
||
|
|