Revert a small change
This commit is contained in:
parent
2d077a0baf
commit
76d7a7d0a3
1 changed files with 2 additions and 3 deletions
5
Makefile
5
Makefile
|
@ -20,9 +20,8 @@ update-deps:
|
|||
c_src/build_deps.sh update-deps
|
||||
@$(REBAR) update-deps
|
||||
|
||||
c_src/wterl.c: c_src/async_nif.h
|
||||
|
||||
c_src/wterl.o: c_src/wterl.c
|
||||
c_src/wterl.o: c_src/async_nif.h
|
||||
touch c_src/wterl.c
|
||||
|
||||
ebin/app_helper.beam:
|
||||
@echo You need to:
|
||||
|
|
Loading…
Reference in a new issue