From 58a911618ad82507de8319615309a85341bdc014 Mon Sep 17 00:00:00 2001 From: Louie S Date: Fri, 2 Dec 2022 16:04:43 -0800 Subject: First commit --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/Makefile.am (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..a9a6138 --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,2 @@ +bin_PROGRAMS = assignment-list-tui +assignment_list_tui_SOURCES = main.c group.c group.h -- cgit