From fc4f1875fe57c39bf122cfb43a30893fef58c157 Mon Sep 17 00:00:00 2001 From: Tristan Riehs Date: Sat, 3 Feb 2024 17:54:02 +0100 Subject: reapeat now built using the GNU Autotools --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..1eb2838 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,4 @@ +bin_PROGRAMS = rpt +rpt_SOURCES = rpt.c +AM_CFLAGS = -std=c99 -Wall -Wextra -D_GNU_SOURCE +dist_man1_MANS = rpt.1 -- cgit v1.2.3