Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 331843
Collapse All | Expand All

(-)Makefile~ (-3 / +3 lines)
Lines 10-22 Link Here
10
all: $(TARGET)
10
all: $(TARGET)
11
11
12
ttyrec: ttyrec.o io.o
12
ttyrec: ttyrec.o io.o
13
	$(CC) $(CFLAGS) -o ttyrec ttyrec.o io.o
13
	$(CC) $(LDFLAGS) $(CFLAGS) -o ttyrec ttyrec.o io.o
14
14
15
ttyplay: ttyplay.o io.o
15
ttyplay: ttyplay.o io.o
16
	$(CC) $(CFLAGS) -o ttyplay ttyplay.o io.o
16
	$(CC) $(LDFLAGS) $(CFLAGS) -o ttyplay ttyplay.o io.o
17
17
18
ttytime: ttytime.o io.o
18
ttytime: ttytime.o io.o
19
	$(CC) $(CFLAGS) -o ttytime ttytime.o io.o
19
	$(CC) $(LDFLAGS) $(CFLAGS) -o ttytime ttytime.o io.o
20
20
21
clean:
21
clean:
22
	rm -f *.o $(TARGET) ttyrecord *~
22
	rm -f *.o $(TARGET) ttyrecord *~

Return to bug 331843