Update linux makefiles

This commit is contained in:
MihailRis 2022-06-29 15:41:24 +03:00 committed by GitHub
parent f962b73c98
commit b2382cc182
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -4,5 +4,5 @@
USER_OBJS :=
LIBS := -lglfw -lpng -lopenal -lGL -lGLEW -lstdc++fs
LIBS := -lglfw -lpng -lGL -lGLEW -lstdc++fs -lopenal

View File

@ -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