Skip to content

Commit

Permalink
fix: Fix indentation in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
tushar5526 committed Jul 6, 2023
1 parent 4b677c8 commit 46952fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ test: build
make -C services/context-proxy-service test
make -C services/credential-schema test
make -C services/bulk_issuance test
make -C services/identity-service test
make -C services/identity-service test

clean:
@rm -rf target || true
Expand Down

0 comments on commit 46952fd

Please sign in to comment.