diff options
author | vimene <vincent.menegaux@gmail.com> | 2023-11-20 20:35:42 +0100 |
---|---|---|
committer | vimene <vincent.menegaux@gmail.com> | 2023-11-20 20:35:42 +0100 |
commit | ccd5e68160be5037782516253cb9a5ffa4b830a6 (patch) | |
tree | 321de4859169fed562f2c8a06b2f1c69dd7400f3 /src/Makefile.am | |
parent | c5697e42a76142c339806e1c0bc7ed15e3ace548 (diff) | |
download | engine-ccd5e68160be5037782516253cb9a5ffa4b830a6.tar.gz |
improved file structure for autotools
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am deleted file mode 100644 index 99ac33d..0000000 --- a/src/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -bin_PROGRAMS = main -main_SOURCES = main.cpp math_vector.cpp chfb.cpp pixfb.cpp obj3d.cpp vertex_data.cpp vertex.cpp tri_vertex.cpp |