From c5697e42a76142c339806e1c0bc7ed15e3ace548 Mon Sep 17 00:00:00 2001 From: vimene Date: Sun, 19 Nov 2023 23:25:06 +0100 Subject: started switching to autotools --- 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..99ac33d --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,2 @@ +bin_PROGRAMS = main +main_SOURCES = main.cpp math_vector.cpp chfb.cpp pixfb.cpp obj3d.cpp vertex_data.cpp vertex.cpp tri_vertex.cpp -- cgit v1.2.3