inital checkin of files which will eventually be a post compile step for mozilla

This commit is contained in:
kandrot%netscape.com 2006-05-17 02:21:05 +00:00
Родитель c7311be05d
Коммит 6b95b796e1
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

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