summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortylermurphy534 <tylermurphy534@gmail.com>2022-09-22 18:37:59 -0400
committertylermurphy534 <tylermurphy534@gmail.com>2022-09-22 18:37:59 -0400
commit8ad6a9110a1cedb3fe1af36b0d729b2922f5d950 (patch)
tree6620c1cf887d5fab1d2ab10cfd44d18c8103a014 /Makefile
parentadd openal-soft and freealut as submodules (diff)
downloadminecraftvulkan-8ad6a9110a1cedb3fe1af36b0d729b2922f5d950.tar.gz
minecraftvulkan-8ad6a9110a1cedb3fe1af36b0d729b2922f5d950.tar.bz2
minecraftvulkan-8ad6a9110a1cedb3fe1af36b0d729b2922f5d950.zip
remove compile libs from make
Diffstat (limited to '')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index e13bf85..3288181 100644
--- a/Makefile
+++ b/Makefile
@@ -31,11 +31,7 @@ FRAGOBJ = $(patsubst %.frag, %.frag.spv, $(FRAGSRC))
.PHONY: all clean
-all: dirs libs shader build
-
-libs:
- cd lib/glfw && cmake . && make
- cd lib/glm && cmake . && make
+all: dirs shader build
dirs:
mkdir -p ./$(BIN)