summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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)