Update to redirect logs to a file in /var/log/tomd
[tlb/tomd.git] / LAYOUT
1 METHODS OF THE MADNESS
2
3 This repository has both C and Guile sources within, along with any
4 number of support scripts and tooling. The layout should look like
5 this:
6
7 * top level directory *
8 - COPYING | latest GPL copy
9 - LAYOUT | this file
10 - Makefile | all global targets
11 - README | general project information
12 - include/ | c headers
13 - src/ | c code
14 - guile/ | guile code
15 - tests/ | test cases
16 - tools/ | all support tooling