Y
Hacker News
new
|
ask
|
show
|
jobs
by
hollimolli
921 days ago
Thanks for this. It would actually be nice to have a plain old Makefile. The .pro file doesn't look like anything I know.
1 comments
Rochus
921 days ago
Welcome; I don't use make; the pro is a qmake file; I likely will add a BUSY file, but until then you can just use e.g. "cc -std=c89 *.c -lpthread".
link