TensorRT-Demo/mtcnn/Makefile

7 lines
158 B
Makefile
Raw Normal View History

2023-03-06 20:44:29 +08:00
OUTNAME_RELEASE = create_engines
OUTNAME_DEBUG = create_engines_debug
MAKEFILE_CONFIG ?= ../common/Makefile.config
include $(MAKEFILE_CONFIG)
all: release