From 28bd8df1857e65ec7b7dbb94bfb12f496691852a Mon Sep 17 00:00:00 2001 From: "kandrot%netscape.com" Date: Wed, 17 May 2006 02:21:05 +0000 Subject: [PATCH] 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 --- mozilla/tools/post_compile/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 mozilla/tools/post_compile/Makefile diff --git a/mozilla/tools/post_compile/Makefile b/mozilla/tools/post_compile/Makefile new file mode 100644 index 00000000000..df51c2144e9 --- /dev/null +++ b/mozilla/tools/post_compile/Makefile @@ -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 *~ +