add directory bin
This commit is contained in:
12
bin/old/bash-1.11/lib/readline/examples/Makefile
Normal file
12
bin/old/bash-1.11/lib/readline/examples/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user