remove compile libs from make
This commit is contained in:
parent
30d1fce59b
commit
8ad6a9110a
1 changed files with 1 additions and 5 deletions
6
Makefile
6
Makefile
|
@ -31,11 +31,7 @@ FRAGOBJ = $(patsubst %.frag, %.frag.spv, $(FRAGSRC))
|
||||||
|
|
||||||
.PHONY: all clean
|
.PHONY: all clean
|
||||||
|
|
||||||
all: dirs libs shader build
|
all: dirs shader build
|
||||||
|
|
||||||
libs:
|
|
||||||
cd lib/glfw && cmake . && make
|
|
||||||
cd lib/glm && cmake . && make
|
|
||||||
|
|
||||||
dirs:
|
dirs:
|
||||||
mkdir -p ./$(BIN)
|
mkdir -p ./$(BIN)
|
||||||
|
|
Loading…
Reference in a new issue