diff --git a/EVI - 2017/EVI 21/EVIray/Makefile b/EVI - 2017/EVI 21/EVIray/Makefile index 4343a9c..5830e63 100644 --- a/EVI - 2017/EVI 21/EVIray/Makefile +++ b/EVI - 2017/EVI 21/EVIray/Makefile @@ -5,7 +5,7 @@ OBJECTS = main.o sampling.o camera.o plane.o sphere.o \ spot_light.o sphere_area_light.o scene.o tracer.o \ path_tracer.o whitted_tracer.o DEPENDS = $(OBJECTS:.o=.d) -CXXFLAGS = -std=c++11 -pedantic -Wall -DGLM_FORCE_RADIANS -DUSE_CPP11_RANDOM -fno-builtin +CXXFLAGS = -std=c++11 -pedantic -Wall -DGLM_FORCE_RADIANS -DUSE_CPP11_RANDOM -fno-builtin -pg LDLIBS = -lfreeimage -ljson_spirit .PHONY: all diff --git a/UCAB - 2018/solidity.pdf b/UCAB - 2018/solidity.pdf index 4ad6b78..95ed735 100644 Binary files a/UCAB - 2018/solidity.pdf and b/UCAB - 2018/solidity.pdf differ