Skip to content

Add a project Makefile

Michael Henriksen requested to merge feat/makefile into main

Adds a Makefile which defines a few targets that are helpful when working on rules:

$ make help
TARGETS:
  test                  test all rules with Semgrep
  watch                 watch for file changes and auto-run affected tests
  format                format rule files according to guidelines
  help                  prints this message

Merge request reports