File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ BIN = lispkit
30
30
COMPILER_SRC = lispkit-compiler.lks
31
31
COMPILER_BIN = lispkit-compiler.bin
32
32
33
- all : $(BIN )
33
+ all : $(BIN ) $( BIN ) c
34
34
35
35
.c.o :
36
36
$(CC ) -c $(CFLAGS ) $<
@@ -49,7 +49,7 @@ install: $(BIN) $(BIN)c
49
49
install -v $(COMPILER_BIN ) $(PREFIX ) /share/lispkit
50
50
51
51
$(BIN ) c : $(BIN ) c.in
52
- sed " s|COMPILER=|COMPILER=$( PREFIX) /share/lispkit/lispkit-compiler.bin |" lispkitc.in > $@
52
+ sed " s|COMPILER=|COMPILER=$( PREFIX) /share/lispkit/$( COMPILER_BIN ) |" lispkitc.in > $@
53
53
54
54
uninstall :
55
55
rm -vf $(PREFIX ) /bin/$(BIN )
66
66
./$(BIN ) $(COMPILER_BIN ) $< | tee $@
67
67
68
68
clean :
69
- rm -f $(OBJ ) $(BIN ) * .gcda * .gcno * .gcov * .o examples/* .o
69
+ rm -f $(OBJ ) $(BIN ) $( BIN ) c * .gcda * .gcno * .gcov * .o examples/* .o
70
70
71
71
test : $(BIN )
72
72
./test.sh
You can’t perform that action at this time.
0 commit comments