Commit graph

6 commits

Author SHA1 Message Date
Eric
3194981825 repair Makefile to include -g in CFLAGS again 2025-05-28 20:33:16 +02:00
Eric
4e8bb86ddd change Makefile to be stricter
-Og enables better detection of bugs that would only occur in optimized
compilations and allows for slightly lesser than -O1 optimization that
does not interfere with debugging.
2025-05-28 17:55:13 +02:00
Eric
0dba01d98e add linewrap option when encoding (76 columns) 2025-05-27 01:32:09 +02:00
Eric
8991fe1a69 correct Makefile recipe for encode.o
Since 848c37 encode.o no longer requires input.h.
2025-05-26 23:14:39 +02:00
Eric
28fcd5ed7a change file trans.{c,h} to encode.{c,h} 2025-05-26 23:12:16 +02:00
Eric
9b1fe95a8e first commit 2025-05-26 00:06:22 +02:00