use LDFLAGS, not LFLAGS
This commit is contained in:
parent
aad62add90
commit
a85ecb6719
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ OBJ = $(COBJ) $(LOBJ) $(GOBJ)
|
||||||
SRC = $(CSRC) $(LCSRC) $(GSRC)
|
SRC = $(CSRC) $(LCSRC) $(GSRC)
|
||||||
|
|
||||||
cpp: $(OBJ) Makefile
|
cpp: $(OBJ) Makefile
|
||||||
$(CC) $(COPTIONS) $(LFLAGS) $(OBJ) $(LIBS) -o cpp
|
$(CC) $(COPTIONS) $(LDFLAGS) $(OBJ) $(LIBS) -o cpp
|
||||||
size cpp
|
size cpp
|
||||||
|
|
||||||
cfiles: hfiles LLfiles $(GSRC)
|
cfiles: hfiles LLfiles $(GSRC)
|
||||||
|
|
Loading…
Reference in a new issue