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 _______________________________________________ Help-make mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-make
