@thomasgeissl wrote:
Hello,
is there a way that make run can pass command line args to my app.
I quite often write cli tools and the typical flow is:
make
./bin/ofApp.app/Contents/MacOS/ofApp -p 8000 -h localhost
i would love to be able to run
make run -p 8000 -p localhost
Any pointers?
Thanks
Thomas
Posts: 1
Participants: 1