TensorRT-Demo/googlenet/Makefile

7 lines
156 B
Makefile
Raw Normal View History

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