diff options
Diffstat (limited to 'wip/makefile')
-rw-r--r-- | wip/makefile | 5 |
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 @@ | |||
1 | stuff = i-am | ||
2 | grump = $(patsubst %,%*,$(stuff)) | ||
3 | |||
4 | test: | ||
5 | @echo $(grump) | ||