aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorvimene <vincent.menegaux@gmail.com>2023-11-26 08:43:14 +0100
committervimene <vincent.menegaux@gmail.com>2023-11-26 08:43:14 +0100
commit5a1d67d1797a3db874e44500e13237d676843185 (patch)
tree17d0f1c2db6cc32fe40fdde4a081b96e8ad0ae13 /Makefile.am
parentf63febed2a769d0c55192e192a20b8e39f162932 (diff)
downloadengine-5a1d67d1797a3db874e44500e13237d676843185.tar.gz
added namespaces, made every function in engine.cpp static and added warnings' flags
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2a81b4c..7f0c5bf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
ACLOCAL_AMFLAGS = -Im4 --install
-AM_CPPFLAGS = $(DEPS_CFLAGS)
+AM_CPPFLAGS = $(DEPS_CFLAGS) -Wall -Wextra
bin_PROGRAMS = engine
engine_SOURCES = src/engine.cpp \
@@ -10,6 +10,7 @@ engine_SOURCES = src/engine.cpp \
src/o3d/obj3d.h src/o3d/obj3d.cpp src/o3d/tri_vertex.h \
src/o3d/tri_vertex.cpp src/o3d/vertex.h src/o3d/vertex.cpp \
src/o3d/vertex_data.h src/o3d/vertex_data.cpp
+engine_LDFLAGS = -Wall -Wextra
engine_LDADD = $(DEPS_LIBS)
EXTRA_DIST = m4/NOTES