Define *file() syntax for tactic constructors.
[goals.git] / tests / test1.gl
1 # Test.
2
3 goal all = : "file1.o", *file("file2.o")
4
5 "file1.o" : "file1.c" {
6   echo file1.c "->" file1.o
7   touch file1.o
8 }