Skip to content

Commit 98ed3a8

Browse files
author
amoodie
committed
fix and ready makefile
1 parent 9ac7d95 commit 98ed3a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ clean:
1414
rm -rf _projects/*/.git; \
1515
rm -rf _projects/*/_software/*/.git; \
1616
rm -rf _projects/*/_specs/*/.git; \
17-
git clean -xdf
17+
# git clean -xdf
1818

1919
build: clean # install include-yarn-deps
2020
$(JEKYLL) build

_projects/DeltaMetrics/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Delta metric computations
44
featured: true
55
home_url: https://DeltaRCM.github.io/DeltaMetrics
66
site:
7-
git_repo_url: "https://github.com/amoodie/FAKE_pyDeltaRCM_WMT"
7+
git_repo_url: "https://github.com/DeltaRCM/DeltaMetrics"
88
git_repo_branch: "develop"
99
---
1010

0 commit comments

Comments
 (0)