X-Git-Url: https://eleni.mutantstargoat.com/git/?p=vkrt;a=blobdiff_plain;f=Makefile;h=63fe0e15023276ae0568821afc7b7f2cbb4b1405;hp=70c5194cdc0d7007af4bc31bf052900d808701d8;hb=470723fe1cc3902759399a023a062051c460bd1f;hpb=6c8e0d1dcf1e08982b54a1b2d2e914e409e09386 diff --git a/Makefile b/Makefile index 70c5194..63fe0e1 100644 --- a/Makefile +++ b/Makefile @@ -9,12 +9,13 @@ spv = $(subst .vert,.vert.spv,$(vsdr)) \ bin = rt dbg = -g +inc = -Isubmodule/gmath/src -I/usr/include -Isubmodule/libimago/src -I/usr/local/include CC = gcc CXX = g++ CFLAGS = -pedantic -Wall $(dbg) -MMD -CXXFLAGS = -pedantic -Wall $(dbg) -MMD -LDFLAGS = -lvulkan -lglfw +CXXFLAGS = -pedantic -Wall $(dbg) -MMD $(opt) $(inc) +LDFLAGS = -lvulkan -lglfw -lassimp -limago -lgmath .PHONY: all all: $(bin) $(spv)