Skip to content

ninenines/lfe.mk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

LFE.mk

LFE plugin for Erlang.mk

BUILD_DEPS = lfe lfe.mk
dep_lfe.mk = git https://github.com/ninenines/lfe.mk master
DEP_PLUGINS = lfe.mk

include erlang.mk

The command make will compile all LFE files in the 'src/' directory.

The command make lfe-shell will open an LFE shell.