inline make targets logic

This commit is contained in:
Samuel Walladge 2019-05-02 00:07:26 +09:30
parent 7fbe204473
commit 35e206d371
No known key found for this signature in database
GPG Key ID: 44E2319D42B72AA6
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
ERB_SOURCES = $(wildcard colors/*.erb)
VIM_OUTPUTS = $(ERB_SOURCES:%.erb=%.vim)
VIM_OUTPUTS = $(patsubst %.erb,%.vim,$(wildcard colors/*.erb))
.PHONY: all