aboutsummaryrefslogtreecommitdiff
path: root/readline/examples/Makefile.dos
blob: 76796ecec2ebf4c09093fabd73c10c014cbfadf9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# This is the Makefile for the examples subdirectory of readline. -*- text -*-
#

EXECUTABLES = fileman
CFLAGS  = -g -I../.. -D__MSDOS__ -D__GO32__
LDFLAGS = -g -L..

fileman: fileman.o
	$(CC) $(LDFLAGS) -o fileman fileman.o -lreadline -lpc

fileman.o: fileman.c