Commit graph

24 commits

Author SHA1 Message Date
d9991bbd77 Apparently _DEFAULT_SOURCE is required to compile on Linux. 2022-11-01 09:04:41 -04:00
2791dbdcc8 When debugging, only set the required LDFLAGS.
This  allows us to actually use good debugging symbols when loading the
executable into something like lldb or gdb.
2022-10-28 08:43:58 -04:00
d32742bb25 Make "format" recipe less verbose 2022-10-24 13:30:18 -04:00
14c79a901a Build improvements so we can easily port to more platforms. 2022-10-15 12:45:21 -04:00
648ce5c4cc Remove NonPosix.h; it seems to be causing more trouble than it's worth. 2022-10-15 11:45:23 -04:00
e1827da071 As promised, we can now build on Windows with Cygwin. 2022-10-14 19:53:11 -04:00
2d6b80a26e Move man pages into a proper man directory 2022-09-30 19:11:44 -04:00
b5d538f2ce Cleaned up argument parsing to match what was in the docs 2022-09-24 19:41:39 -04:00
64eaecfdda Style man pages like the rest of the site. 2022-09-23 09:51:13 -04:00
b561c3f4fc Fix echo error 2022-09-23 09:07:06 -04:00
f19f543fd2 Fix up some broken links; make td more verbose when deploying website. 2022-09-23 09:04:16 -04:00
b85e443907 Move header.txt to LICENSE.txt 2022-09-22 17:54:56 -04:00
a0dbe31d42 Start cleaning up the website 2022-09-21 21:17:00 -04:00
1eca0579bc Delete .orig files with clean 2022-09-21 20:11:11 -04:00
2b72dd0dba Add a DCO 2022-08-25 07:16:07 -04:00
935f9db626 Remove the redundant -ansi flag.
It's identical to -std=c89, and not all compilers support it.
2022-08-24 11:22:56 -04:00
1d0fb32155 Add a run recipe. 2022-08-12 22:00:36 -04:00
30ae6586b2 Accept #28, with modifications. 2022-08-12 19:32:06 -04:00
46cd0edaf8 Add verbose flag to LDFLAGS when in debug mode. 2022-08-11 19:32:47 -04:00
9ae05e84f2 Implement user validation. 2022-08-10 11:58:39 -04:00
e0a66ad58a Add DEBUG to td. 2022-08-10 10:49:17 -04:00
a39b0d9f9a Add support for unit testing. 2022-08-05 22:20:07 -04:00
3804bcf95a Apply #18, #19, and #20 2022-08-01 16:09:18 -04:00
e4c2d534fe Apply #17 2022-07-30 09:37:08 -04:00
Renamed from make.sh (Browse further)