---
Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index e4b18d1..c94f8ac 100644
--- a/Makefile
+++ b/Makefile
@@ -39,10 +39,10 @@ test: main
erl -pa $(BEAMDIR) -s sinan manual_start -s sinan main -extra -s
$(CURDIR) test
run: main
- $(ERL) -pa $(BEAMDIR) -s sin_app manual_start
+ $(ERL) -pa $(BEAMDIR) -s sinan manual_start
debug: main
- $(ERL) -pa $(BEAMDIR) -s sin_app manual_start -s debugger start
+ $(ERL) -pa $(BEAMDIR) -s sinan manual_start -s debugger start
clean:
rm -rf _build ;
--
1.7.5.2
--
You received this message because you are subscribed to the Google Groups
"erlware-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/erlware-dev?hl=en.