aboutsummaryrefslogtreecommitdiff
path: root/make (follow)
Commit message (Collapse)AuthorAgeFilesLines
* documentation updates...Selene ToyKeeper2023-11-031-0/+12
| | | | | | | | - fleshed out main README.md a bit - improved github formatting for docs/which-hex-file.md - added 'make docs' to preview .md files as .html - ignore html files generated by 'make docs' - removed rampingios-v3.html file generated years ago
* './make clean' should remove generated .cpp files tooSelene ToyKeeper2023-11-031-2/+2
| | | | (C preprocessor output files, used only for debugging)
* fixed compile scripts and added a "./make" wrapper for convenienceSelene ToyKeeper2023-11-031-0/+79
(instead of a Makefile, which isn't really needed for this project)