Quantcast
Channel: beginners - openFrameworks
Viewing all articles
Browse latest Browse all 4929

Make run passing command line args to executable

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 4929

Trending Articles