Skip to content

Commit 68b7b63

Browse files
authored
Allow to clean without mvn (#1602)
1 parent 00d3964 commit 68b7b63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/examples/MavenExample/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ all:
88
(grep -qF "MavenExample.java:[30,29] [assignment.type.incompatible] incompatible types in assignment." Out.txt || (echo "FAILURE. Here is file Out.txt:" && cat Out.txt && echo "End of file Out.txt." && false))
99

1010
clean:
11-
mvn -q clean
11+
-mvn -q clean
1212
rm -f Out.txt

0 commit comments

Comments
 (0)