Browse Source

Create "ebin" directory if it does not exist.

Thanks to uri.sharf for the bug report, ja...@nialscorva.net for the patch.
Evan Miller 16 years ago
parent
commit
4cb73d8de8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -8,6 +8,7 @@ all: $(PARSER).erl ebin/$(APP)
 	$(ERL) -make 
 
 ebin/$(APP): src/erlydtl/$(APP)
+	-mkdir ebin
 	cp $< $@
 
 $(PARSER).erl: $(PARSER).yrl