jonschipp / ISLET

Isolated, Scalable, & Lightweight Environment for Training
Other
111 stars 18 forks source link

simplify make install with loop #59

Closed jonschipp closed 8 years ago

jonschipp commented 9 years ago

Do something like

PLUGINS ?= file1 file2 file3
install_all: $(foreach file,$(PLUGINS),$(file)_install)
jonschipp commented 8 years ago

Simplified it but in a different way