Split implementation into dependency analysis and traversal.
[goals.git] / tests / test1.gl
index 85335ce..44c15a2 100644 (file)
@@ -6,6 +6,8 @@ let foo = "bar"
 
 goal all = : "file1.o", *file("file2.o")
 
+goal clean = { }
+
 goal compile (name) =
 "%name.o" : "%name.c" {
   echo %< "->" %@