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
5
Makefile
5
Makefile
|
@ -10,7 +10,10 @@ termcap.erl:
|
||||||
clean:
|
clean:
|
||||||
[ -f termtypes.master ] && rm termtypes.master || true
|
[ -f termtypes.master ] && rm termtypes.master || true
|
||||||
[ -f termtypes.master.clean ] && rm termtypes.master.clean || true
|
[ -f termtypes.master.clean ] && rm termtypes.master.clean || true
|
||||||
|
|
||||||
|
compile:
|
||||||
|
rebar3 compile
|
||||||
|
|
||||||
termtypes.master.clean: termtypes.master
|
termtypes.master.clean: termtypes.master
|
||||||
cat termtypes.master | grep -v '^#' | grep -v '^\s*$$' > termtypes.master.clean
|
cat termtypes.master | grep -v '^#' | grep -v '^\s*$$' > termtypes.master.clean
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue