Remove run target
This commit is contained in:
parent
f652017466
commit
3959e449eb
@ -6,9 +6,6 @@ OBJS=$(subst .cc,.o,$(SRCS))
|
||||
all: $(SRCS)
|
||||
$(CXX) -std=c++11 -Wall -I/usr/lib/opencv -I/usr/include/opencv4 $< -L/usr/lib -lopencv_core -lopencv_videoio -lopencv_imgcodecs -o capture
|
||||
|
||||
run: capture
|
||||
LD_PRELOAD=/usr/lib/aarch64-linux-gnu/tegra/libnvjpeg.so ./capture
|
||||
|
||||
clean:
|
||||
rm -f $(OBJS)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user