mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
7 lines
123 B
Makefile
7 lines
123 B
Makefile
post_compile: post_compile.cpp
|
|
$(CXX) -g -o post_compile post_compile.cpp
|
|
|
|
clean:
|
|
rm -f *.o test *.test post_compile *~
|
|
|