Skip to content

Commit b48d0d0

Browse files
committed
Better cleanup in Makefiles
1 parent a5149fd commit b48d0d0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

templates/ci_model/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ all:
66
python ../../scripts/generate_template.py template.yml ../../namespaces/
77

88
clean:
9-
rm *.template.json
9+
rm *.json *.asciidoc

templates/collectd_metrics/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ all: docs
44
python ../../scripts/generate_template.py template.yml ../../namespaces/
55

66
clean:
7-
rm *.template.json
7+
rm *.json *.asciidoc
88

99
docs:
1010
python ../../scripts/generate_template.py template.yml ../../namespaces/ --docs

templates/fedora_ci/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ all:
66
python ../../scripts/generate_template.py template.yml ../../namespaces/
77

88
clean:
9-
rm *.template.json
9+
rm *.json *.asciidoc

templates/openshift/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ all: docs
55
python ../../scripts/generate_template.py template-operations.yml ../../namespaces/
66

77
clean:
8-
rm *.template.json
8+
rm *.json *.asciidoc
99

1010
docs:
1111
python ../../scripts/generate_template.py template-project.yml ../../namespaces/ --docs

templates/test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ all: docs
44
python ../../scripts/generate_template.py template-test.yml ../../namespaces/
55

66
clean:
7-
rm *.template.json
7+
rm *.json *.asciidoc
88

99
docs:
1010
python ../../scripts/generate_template.py template-test.yml ../../namespaces/ --docs

0 commit comments

Comments
 (0)