Skip to content

Commit e665728

Browse files
committed
Revert gnatprove commands in Makefile
Signed-off-by: onox <denkpadje@gmail.com>
1 parent fb54ba3 commit e665728

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ build:
44
cd json && alr build --validation
55

66
clean:
7-
-alr gnatprove --clean
7+
-gnatprove --clean -P json/json.gpr
88
cd json && alr clean
99
cd tests && alr clean
1010
rm -rf json/build tests/build tests/build/cov tests/TEST-*.xml
1111

1212
prove:
13-
alr gnatprove
13+
gnatprove -P json/json.gpr
1414

1515
tests:
1616
cd tests && alr build --development

0 commit comments

Comments
 (0)