chiark / gitweb /
tidying
[subdirmk.git] / test-makefile
diff --git a/test-makefile b/test-makefile
deleted file mode 100644 (file)
index 4896b89..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-
-all: a b
-
-a b: ab.x ;
-
-.INTERMEDIATE: ab.x
-ab.x: NOTES zork
-       wc -l NOTES >a # $@
-       wc -c NOTES >b # $@