Remove path for VK SDK because I've moved to vk headers included in distro
This commit is contained in:
parent
c1550c69d5
commit
0d28d64925
1 changed files with 2 additions and 3 deletions
5
Makefile
5
Makefile
|
@ -1,6 +1,5 @@
|
||||||
VULKAN_SDK_PATH = /home/onekopaka/Downloads/VulkanSDK/1.1.70.1/x86_64
|
CFLAGS = -std=c++11
|
||||||
CFLAGS = -std=c++11 -I$(VULKAN_SDK_PATH)/include
|
LDFLAGS = -L/usr/local/lib -lglfw -lrt -lm -ldl -lXrandr -lXinerama -lXxf86vm -lXext -lXcursor -lXrender -lXfixes -lX11 -lpthread -lxcb -lXau -lvulkan
|
||||||
LDFLAGS = -L$(VULKAN_SDK_PATH)/lib -L/usr/local/lib -lglfw -lrt -lm -ldl -lXrandr -lXinerama -lXxf86vm -lXext -lXcursor -lXrender -lXfixes -lX11 -lpthread -lxcb -lXau -lvulkan
|
|
||||||
|
|
||||||
all: VulkanTest
|
all: VulkanTest
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue