Skip to content

Commit f083954

Browse files
committed
Fix archival script
1 parent a713934 commit f083954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.archive.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
.PHONY: all
66
all: tut138-multi-gpu.tar.gz
77

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)
8+
SOURCES=$(shell gfind . -maxdepth 1 -mindepth 1 -not -path "./.*" -not -name "tut138-multi-gpu.tar.gz" -printf '%P\n' | sort -h)
99

1010
tut138-multi-gpu.tar.gz: $(shell find . -not -name "tut138-multi-gpu.tar.gz")
1111
# if ! grep -q "Please check Github"; then \

0 commit comments

Comments
 (0)