tokei/tests/data/SConstruct
James Gilles 7849edfa34 Support "filenames" key, mk. 2 (#115)
* Support "filenames" key for Makefile-style languages

* Remove debugging statement

* Add CMake

* Cleaner docs and tests

* Add scons, handle languages with no extensions
2017-06-05 15:28:52 +01:00

11 lines
181 B
Python

#!python
# 10 lines 3 code 3 comments 4 blanks
# this is a comment
Program('cpp.cpp') # this is a line-ending comment
env = Environment(CCFLAGS='-O3')
env.Append(CCFLAGS='-O3')