Removing lowercase filename because it's identical to a properly named file

This commit is contained in:
timeless%mozdev.org 2006-12-10 23:19:34 +00:00
parent 1ea169604a
commit 511bb87f9c

View File

@ -1,6 +0,0 @@
post_compile: post_compile.cpp
$(CXX) -g -o post_compile post_compile.cpp
clean:
rm -f *.o test *.test post_compile *~