help-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

query


From: Puneet Pahuja
Subject: query
Date: Thu, 15 Aug 2013 04:30:30 -0700 (PDT)

Hey there

   I just wanted to know how can I modify the default behaviour(without using 
any makefile) of the 
"make" command? 

currently if i issue "make filename" it converts into :  

"cc -o filename filename.c" 

And I want it 
to be replaced with "clang -ggdb -std=c99 -Wall -Werror filename.c -lcrypt 
-lcs50 -lm -o filename"


Regards
Puneet Pahuja



reply via email to

[Prev in Thread] Current Thread [Next in Thread]