binutils-gdb/readline/examples/Makefile

13 lines
248 B
Makefile
Raw Normal View History

1991-11-19 13:16:47 +08:00
# This is the Makefile for the examples subdirectory of readline. -*- text -*-
#
EXECUTABLES = fileman
CFLAGS = -g -I../..
LDFLAGS = -g -L..
fileman: fileman.o
$(CC) $(LDFLAGS) -o fileman fileman.o -lreadline -ltermcap
fileman.o: fileman.c