Merge pull request #2 from binarin/erlang-mk-workaround
Add `compile` target to Makefile
This commit is contained in:
commit
52f39d9be0
1 changed files with 4 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -11,6 +11,9 @@ clean:
|
|||
[ -f termtypes.master ] && rm termtypes.master || true
|
||||
[ -f termtypes.master.clean ] && rm termtypes.master.clean || true
|
||||
|
||||
compile:
|
||||
rebar3 compile
|
||||
|
||||
termtypes.master.clean: termtypes.master
|
||||
cat termtypes.master | grep -v '^#' | grep -v '^\s*$$' > termtypes.master.clean
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue