chiark / gitweb /
TEST MULTI OUTPUT THING
[subdirmk.git] / test-makefile
diff --git a/test-makefile b/test-makefile
new file mode 100644 (file)
index 0000000..1acb916
--- /dev/null
@@ -0,0 +1,9 @@
+
+all: a b
+
+a b: ab ;
+
+.INTERMEDIATE: ab
+ab: NOTES zork
+       wc -l NOTES >a # $@
+       wc -c NOTES >b # $@