aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* makefile fixesBryan Newbold2020-06-031-3/+2
|
* refactor makefile update-sources; add deps; tweak other commandsBryan Newbold2020-06-021-13/+55
|
* 'everything' at least partially workingBryan Newbold2020-06-011-27/+32
|
* WIP (commented out) on MakefileBryan Newbold2020-05-071-13/+59
|
* update test/lint scopeBryan Newbold2020-05-071-1/+1
|
* start a MakefileBryan Newbold2020-05-071-0/+22
Move all "index" functions into classes, each in a separate file. Add lots of type annotations. Use dataclass objects to hold database rows. This aspect will need further refactoring to remove "extra" usage, probably by adding database rows to align with DatabaseInfo more closely.