I have some make targets that end up running … ``...
# general
p
I have some make targets that end up running …
Copy code
python -m some.main.class —extraFlags
I know that I can run
Copy code
Pants run some/main.py — -extraFlags
Is there a way I can recreate the useful make targets in pants? So people don’t have to add the flags always.
b