We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52f06d1 commit c6ed391Copy full SHA for c6ed391
.gitignore
@@ -0,0 +1,2 @@
1
+ebin
2
+elisp/*.elc
Makefile
@@ -28,10 +28,12 @@ PS_OBJ := doc/distel.ps
28
29
OBJECTS := ${ERL_OBJ} ${ELISP_OBJ} ${C_OBJ} ${INFO_OBJ} ${PS_OBJ}
30
31
-base: ${ERL_OBJ} ${ELISP_OBJ} ${C_OBJ}
+base: ebin ${ERL_OBJ} ${ELISP_OBJ} ${C_OBJ}
32
info: ${INFO_OBJ}
33
postscript: ${PS_OBJ}
34
all: base info postscript
35
+ebin:
36
+ mkdir ebin
37
38
erl: ${ERL_OBJ}
39
0 commit comments