We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a713934 commit f083954Copy full SHA for f083954
.archive.mk
@@ -5,7 +5,7 @@
5
.PHONY: all
6
all: tut138-multi-gpu.tar.gz
7
8
-SOURCES=$(shell gfind . -maxdepth 1 -mindepth 1 -not -path "./.*" -not -name "tut138-multi-gpu.tar.gz" -not -name "*-H_*" -printf '%P\n' | sort -h)
+SOURCES=$(shell gfind . -maxdepth 1 -mindepth 1 -not -path "./.*" -not -name "tut138-multi-gpu.tar.gz" -printf '%P\n' | sort -h)
9
10
tut138-multi-gpu.tar.gz: $(shell find . -not -name "tut138-multi-gpu.tar.gz")
11
# if ! grep -q "Please check Github"; then \
0 commit comments