Update linux makefiles
This commit is contained in:
parent
f962b73c98
commit
b2382cc182
@ -4,5 +4,5 @@
|
|||||||
|
|
||||||
USER_OBJS :=
|
USER_OBJS :=
|
||||||
|
|
||||||
LIBS := -lglfw -lpng -lopenal -lGL -lGLEW -lstdc++fs
|
LIBS := -lglfw -lpng -lGL -lGLEW -lstdc++fs -lopenal
|
||||||
|
|
||||||
|
|||||||
@ -5,14 +5,17 @@
|
|||||||
# Add inputs and outputs from these tool invocations to the build variables
|
# Add inputs and outputs from these tool invocations to the build variables
|
||||||
CPP_SRCS += \
|
CPP_SRCS += \
|
||||||
../src/Assets.cpp \
|
../src/Assets.cpp \
|
||||||
|
../src/player_control.cpp \
|
||||||
../src/voxel_engine.cpp
|
../src/voxel_engine.cpp
|
||||||
|
|
||||||
OBJS += \
|
OBJS += \
|
||||||
./src/Assets.o \
|
./src/Assets.o \
|
||||||
|
./src/player_control.o \
|
||||||
./src/voxel_engine.o
|
./src/voxel_engine.o
|
||||||
|
|
||||||
CPP_DEPS += \
|
CPP_DEPS += \
|
||||||
./src/Assets.d \
|
./src/Assets.d \
|
||||||
|
./src/player_control.d \
|
||||||
./src/voxel_engine.d
|
./src/voxel_engine.d
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user