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:
kandrot%netscape.com
2006-05-17 02:21:05 +00:00
parent cfba9b7119
commit 28bd8df185

View 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 *~