inital checkin of files which will eventually be a post compile step for mozilla
git-svn-id: svn://10.0.0.236/trunk@196725 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
6
mozilla/tools/post_compile/Makefile
Normal file
6
mozilla/tools/post_compile/Makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
post_compile: post_compile.cpp
|
||||
$(CXX) -g -o post_compile post_compile.cpp
|
||||
|
||||
clean:
|
||||
rm -f *.o test *.test post_compile *~
|
||||
|
||||
Reference in New Issue
Block a user