diff options
author | Case Duckworth | 2015-04-04 23:58:22 -0700 |
---|---|---|
committer | Case Duckworth | 2015-04-04 23:58:22 -0700 |
commit | 529ede146afd125c76d86eb55969983af8ee21db (patch) | |
tree | f80e532dbcfade4a2dee5e3d122a5bc2d623622e /wip/makefile | |
parent | Add backlinks to backlinks (diff) | |
download | autocento-529ede146afd125c76d86eb55969983af8ee21db.tar.gz autocento-529ede146afd125c76d86eb55969983af8ee21db.zip |
Some revision & TOC inclusion
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) | ||