Skip to content

Commit

Permalink
build: add make setup
Browse files Browse the repository at this point in the history
This is helping us to keep everything in sync.

Maybe we should update also the docs somewhere

Signed-off-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
vincenzopalazzo committed Dec 30, 2023
1 parent 41d3d49 commit 0139bd1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ install:

integration: default
$(CC) test -j 4 -p tests $(ARGS)

setup:
ln -sf contrib/pre-commit .git/hooks/

0 comments on commit 0139bd1

Please sign in to comment.