Merge branch 'master' of github.com:project-fifo/cf
This commit is contained in:
commit
5d1a3c6783
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -13,7 +13,10 @@ termcap.erl:
|
|||
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