Skip to content

Commit 90c58a2

Browse files
committed
rename folder
1 parent bbb01ad commit 90c58a2

File tree

11 files changed

+6
-7
lines changed

11 files changed

+6
-7
lines changed

Makefile

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
SRC = $(CURDIR)/gitbook-sample
2-
ARTIFACTS = gitbook.zip
1+
SRC = gitbook
32
VERSION = test
3+
ARTS = $(SRC)-$(VERSION).zip
44

55
build: $(SRC)
6-
zip -r $(ARTIFACTS) $(SRC)
7-
unzip -l $(ARTIFACTS)
8-
mv $(ARTIFACTS) gitbook-$(VERSION).zip
6+
zip -r $(ARTS) $(SRC)
7+
unzip -l $(ARTS)
98

10-
clean:
11-
rm -rf *.zip
9+
clean: $(ARTS)
10+
rm -rf $(ARTS)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)