about summary refs log tree commit diff stats
path: root/wip/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'wip/makefile')
-rw-r--r--wip/makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/wip/makefile b/wip/makefile new file mode 100644 index 0000000..1a93669 --- /dev/null +++ b/wip/makefile
@@ -0,0 +1,5 @@
1stuff = i-am
2grump = $(patsubst %,%*,$(stuff))
3
4test:
5 @echo $(grump)