kandrot%netscape.com 0cc7b0d727 inital checkin of files which will eventually be a post compile step for mozilla
git-svn-id: svn://10.0.0.236/trunk@84170 18797224-902f-48f8-a5cc-f745e15eee43
2000-12-29 02:23:09 +00:00

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