diff --git a/posts/TensorRT-introduction/Makefile b/posts/TensorRT-introduction/Makefile index aff54ed..962aeb5 100644 --- a/posts/TensorRT-introduction/Makefile +++ b/posts/TensorRT-introduction/Makefile @@ -34,7 +34,7 @@ TARGET_SRCS=$(wildcard simpleOnnx*.cpp) TARGET_OBJS=${TARGET_SRCS:.cpp=.o} TARGETS=${TARGET_OBJS:.o=} - + all: $(TARGETS) $(TARGETS): %: %.o ioHelper.o