mirror of
https://github.com/ksherlock/marlene.git
synced 2025-04-07 19:37:08 +00:00
rename
This commit is contained in:
parent
5be6190fab
commit
433d4686cf
@ -171,7 +171,7 @@ static int cnt;
|
||||
|
||||
if (state == SB_IAC)
|
||||
{
|
||||
// it was an escped FF
|
||||
// it was an escaped FF
|
||||
if (c == IAC)
|
||||
{
|
||||
buffer[cnt++] = IAC;
|
6
makefile
6
makefile
@ -1,5 +1,5 @@
|
||||
PROG = darlene
|
||||
OBJS = darlene.o vt100.o ansi.o chars.o marinetti.o display.o
|
||||
PROG = fctelnet
|
||||
OBJS = fctelnet.o vt100.o ansi.o chars.o marinetti.o display.o
|
||||
|
||||
OPTIMIZE *= 79
|
||||
|
||||
@ -11,7 +11,7 @@ $(PROG): $(OBJS)
|
||||
$(CC) $(CFLAGS) $(OBJS) -o $@
|
||||
|
||||
|
||||
darlene.o: darlene.c Marinetti.h
|
||||
fctelnet.o: fctelnet.c marinetti.h
|
||||
vt100.o: vt100.c
|
||||
ansi.o: ansi.asm
|
||||
chars.o: chars.asm
|
||||
|
Loading…
x
Reference in New Issue
Block a user