From 756490a02d84288ee635a8aa33811e043ca10b44 Mon Sep 17 00:00:00 2001 From: jvech Date: Sat, 10 Jun 2023 21:13:02 -0500 Subject: add: style code improvments done --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index eec9109..4e2382d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CC := cc +CC := clang CFLAGS := -Wall -pedantic -pedantic-errors -std=c99 DLIBS := -lm $(shell pkg-config --libs glfw3 opengl glew) INCLUDE := $(addprefix -I,./include) @@ -25,7 +25,7 @@ build: $(OBJS) ${CC} $^ -o ${BIN} ${DLIBS} run: - ./${BIN} + ./${BIN} models/cessna.obj install: build install -Dm 644 ${VERTEX} -t ${SHADERS_DIR} -- cgit v1.2.3-70-g09d2