Skip to content

Commit e8866bc

Browse files
committed
avoid makefile failing when db.json doesn't exist
1 parent 0526346 commit e8866bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
all: update deploy
22

33
deploy:
4-
rm db.json
4+
rm -f db.json
55
hexo generate
66
cp -R ./todomvc public/examples
77
mkdir -p public/unit

0 commit comments

Comments
 (0)