Skip to content

Commit c6ed391

Browse files
committed
ignores
1 parent 52f06d1 commit c6ed391

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
ebin
2+
elisp/*.elc

Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,12 @@ PS_OBJ := doc/distel.ps
2828

2929
OBJECTS := ${ERL_OBJ} ${ELISP_OBJ} ${C_OBJ} ${INFO_OBJ} ${PS_OBJ}
3030

31-
base: ${ERL_OBJ} ${ELISP_OBJ} ${C_OBJ}
31+
base: ebin ${ERL_OBJ} ${ELISP_OBJ} ${C_OBJ}
3232
info: ${INFO_OBJ}
3333
postscript: ${PS_OBJ}
3434
all: base info postscript
35+
ebin:
36+
mkdir ebin
3537

3638
erl: ${ERL_OBJ}
3739

0 commit comments

Comments
 (0)