TensorRT-Demo/mtcnn/Makefile

7 lines
158 B
Makefile

OUTNAME_RELEASE = create_engines
OUTNAME_DEBUG = create_engines_debug
MAKEFILE_CONFIG ?= ../common/Makefile.config
include $(MAKEFILE_CONFIG)
all: release