Commit graph

12 commits

Author SHA1 Message Date
e519621d25 recipe_format now updates source code headers.
Note that it does depend on new source code files *having* a header,
even if it's just a blank block comment.
2022-07-28 11:46:57 -04:00
3989c370b8 Remove -Werror for now.
The program should still compile if there is an unused function. Of course,
if we are making a release, we should be sure to make sure there are no
unused symbols.
2022-07-27 13:45:19 -04:00
c888fd2ba2 Add -Wextra and -ansi just to get more errors/warnings. 2022-07-27 09:53:24 -04:00
d9d1713f54 Remove backup file if indent was successful. 2022-07-25 22:54:56 -04:00
5197f4db91 Move the indent switches to .indent.pro so that indent(1) can be run on
individual files outsid the make script.
2022-07-25 15:35:31 -04:00
3437c5db2c Format headers as well.
indent(1) does a weird thing with prototype functions, but it's good
enough for me, as long as it's consistent.
2022-07-25 15:25:06 -04:00
ae2b853cc4 Add an indent recipe. 2022-07-25 15:18:25 -04:00
7cfbf63968 Verbose copy; I like to see what's going on. 2022-07-23 17:35:12 -04:00
ea0dcd0447 Restructure the site files. 2022-07-23 17:29:54 -04:00
3988c2f9be Add a release script. 2022-07-23 13:44:55 -04:00
13a1fdecf9 Move to recipe-based make script, to allow for tests, releases, etc. 2022-07-23 01:05:55 -04:00
d102ba8676 Initial revision 2022-07-22 20:19:12 -04:00