about summary refs log tree commit diff stats
path: root/wip/makefile
blob: 1a93669d5b2cbe3a35864cc606b973301efb084b (plain)
1
2
3
4
5
stuff = i-am
grump = $(patsubst %,%*,$(stuff))

test:
	@echo $(grump)