home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
unix
/
volume25
/
posix-date
/
Makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1992-02-29
|
195 b
|
13 lines
# Makefile for PD date and strftime
SRCS= date.c strftime.c
OBJS= date.o strftime.o
DOCS= date.1 strftime.3
date: $(OBJS)
$(CC) $(CFLAGS) $(OBJS) -o $@
date.o: date.c
strftime.o: strftime.c