9 lines
146 B
Makefile
9 lines
146 B
Makefile
|
|
EXAMPLE=deferred_shading
|
|
CPP_SRC=common.cpp main.cpp
|
|
ISPC_SRC=kernels1.ispc
|
|
ISPC_IA_TARGETS=avx
|
|
ISPC_FLAGS=--opt=fast-math
|
|
|
|
include ../common.mk
|