test before building
This commit is contained in:
parent
8c302d28cf
commit
84e0a927f2
|
@ -7,7 +7,8 @@ ALL_LIBS = $(GLEW_LIBS) $(GLFW_LIBS) $(OTHER_LIBS)
|
|||
OBJ = matrixMath.o transformation.o wavefrontobj.o
|
||||
SHADERS = fragmentShader.c vertexShader.c
|
||||
|
||||
cg1.out: main.o $(OBJ) $(SHADERS)
|
||||
cg1.out: test.out main.o $(OBJ) $(SHADERS)
|
||||
./test.out
|
||||
gcc -o $@ main.o $(OBJ) $(ALL_LIBS)
|
||||
|
||||
test.out: test.o $(OBJ)
|
||||
|
|
Loading…
Reference in New Issue