From b2382cc1827131b8fd1ae110c32615545e629057 Mon Sep 17 00:00:00 2001 From: MihailRis Date: Wed, 29 Jun 2022 15:41:24 +0300 Subject: [PATCH] Update linux makefiles --- Debug/objects.mk | 2 +- Debug/src/subdir.mk | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Debug/objects.mk b/Debug/objects.mk index f076e108..b7d25c5b 100644 --- a/Debug/objects.mk +++ b/Debug/objects.mk @@ -4,5 +4,5 @@ USER_OBJS := -LIBS := -lglfw -lpng -lopenal -lGL -lGLEW -lstdc++fs +LIBS := -lglfw -lpng -lGL -lGLEW -lstdc++fs -lopenal diff --git a/Debug/src/subdir.mk b/Debug/src/subdir.mk index 5919ac83..25556588 100644 --- a/Debug/src/subdir.mk +++ b/Debug/src/subdir.mk @@ -5,14 +5,17 @@ # Add inputs and outputs from these tool invocations to the build variables CPP_SRCS += \ ../src/Assets.cpp \ +../src/player_control.cpp \ ../src/voxel_engine.cpp OBJS += \ ./src/Assets.o \ +./src/player_control.o \ ./src/voxel_engine.o CPP_DEPS += \ ./src/Assets.d \ +./src/player_control.d \ ./src/voxel_engine.d