* gdbtk.c (gdbtk_init): Use ide_event_init_from_environment.
[deliverable/binutils-gdb.git] / readline / examples / Makefile
1 # This is the Makefile for the examples subdirectory of readline. -*- text -*-
2 #
3
4 EXECUTABLES = fileman
5 CFLAGS = -g -I../..
6 LDFLAGS = -g -L..
7
8 fileman: fileman.o
9 $(CC) $(LDFLAGS) -o fileman fileman.o -lreadline -ltermcap
10
11 fileman.o: fileman.c
12
This page took 0.035368 seconds and 4 git commands to generate.