Skip to content

Commit b4b2cd6

Browse files
committed
fix compiler src and bin names in makefile
1 parent 1b75944 commit b4b2cd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ OBJ = $(SRC:.c=.o)
2727

2828
BIN = lispkit
2929

30-
COMPILER_SRC = lispkit-compiler.lks
31-
COMPILER_BIN = lispkit-compiler.bin
30+
COMPILER_SRC = compiler.lisp
31+
COMPILER_BIN = compiler.secd
3232

3333
all: $(BIN) $(BIN)c
3434

0 commit comments

Comments
 (0)