Excluding platform specific code from line count

git-svn-id: http://picoc.googlecode.com/svn/trunk@111 21eae674-98b7-11dd-bd71-f92a316d2d60
This commit is contained in:
zik.saleeba 2009-02-24 19:43:03 +00:00
parent 20fb2407ef
commit 9cc9c8904e

View file

@ -18,7 +18,7 @@ clean:
rm -f $(TARGET) $(OBJS) *~
count:
wc $(SRCS) picoc.h
wc picoc.h picoc.c table.c lex.c parse.c heap.c type.c variable.c clibrary.c
depend:
$(CC) -MM $(SRCS) >.depend