Commit 256df8d 1 parent 0be1017 commit 256df8d Copy full SHA for 256df8d
File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -46,9 +46,6 @@ release: $(BUILDDIR)/$(EXENAME)$(EXE)
46
46
47
47
debug : $(BUILDDIR ) /$(EXENAME ) -debug$(EXE )
48
48
49
- flisp-deps :
50
- $(MAKE ) -C $(JULIAHOME ) /deps install-utf8proc
51
-
52
49
$(BUILDDIR ) :
53
50
mkdir -p $(BUILDDIR )
54
51
@@ -62,9 +59,9 @@ $(BUILDDIR)/flisp.dbg.obj: flisp.c cvalues.c types.c flisp.h print.c read.c equ
62
59
$(BUILDDIR ) /flmain.o : flmain.c flisp.h
63
60
$(BUILDDIR ) /flmain.dbg.obj : flmain.c flisp.h
64
61
65
- $(LLT_release ) : $(LLTDIR ) /* .h $(LLTDIR ) /* .c flisp-deps
62
+ $(LLT_release ) : $(LLTDIR ) /* .h $(LLTDIR ) /* .c
66
63
$(MAKE ) -C $(LLTDIR ) BUILDDIR=' $(abspath $(BUILDDIR)/$(LLTDIR))'
67
- $(LLT_debug ) : $(LLTDIR ) /* .h $(LLTDIR ) /* .c flisp-deps
64
+ $(LLT_debug ) : $(LLTDIR ) /* .h $(LLTDIR ) /* .c
68
65
$(MAKE ) debug -C $(LLTDIR ) BUILDDIR=' $(abspath $(BUILDDIR)/$(LLTDIR))'
69
66
70
67
$(BUILDDIR ) /$(LIBTARGET ) -debug.a : $(DOBJS ) | $(BUILDDIR )
You can’t perform that action at this time.
0 commit comments