help-make
[Top][All Lists]
Advanced

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

wildcard character in target


From: ali hagigat
Subject: wildcard character in target
Date: Mon, 6 Sep 2010 10:20:14 +0430

print: *.c
      @echo "example"

Considering the above rule in a makefile, what strings will be
replaced with *.c in the first phase and the second phase of make
process?

How about the following rule?
*.c : *.o  ;



reply via email to

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