~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to Makefile.am

Merged in linted: rule from Robert.

Show diffs side-by-side

added added

removed removed

Lines of Context:
210
210
 
211
211
.PHONY: \
212
212
        indent \
213
 
        linted \
214
213
        test
215
214
 
216
215
 
300
299
clean-local:
301
300
        find . -name '*.gcno' | xargs rm -f 
302
301
 
303
 
 
304
302
include config/lint-source.am