THRIFT-2753 Haxe support: Misc. improvements
Client: Haxe
Patch: Jens Geyer
This closes #229
diff --git a/tutorial/haxe/Makefile.am b/tutorial/haxe/Makefile.am
index d98be0a..8212648 100644
--- a/tutorial/haxe/Makefile.am
+++ b/tutorial/haxe/Makefile.am
@@ -26,14 +26,14 @@
check: gen-haxe/tutorial/calculator.hx
-bin/Main-debug: gen-haxe/tutorial/calculator.hx
+bin/Main-debug: gen-haxe/tutorial/calculator.hx
$(HAXE) --cwd . cpp.hxml
-
+
tutorialserver: all
bin/Main-debug server
tutorialclient: all
- bin/Main-debug
+ bin/Main-debug
tutorialsecureserver: all
bin/Main-debug server secure
@@ -46,5 +46,5 @@
EXTRA_DIST = \
src/Main.hx \
- src/CalculatorHandler.hx
+ src/CalculatorHandler.hx