home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Fish 1
/
GoldFishApril1994_CD2.img
/
d4xx
/
d445
/
tar
/
src
/
makefile
< prev
next >
Wrap
Makefile
|
1991-01-24
|
345b
|
17 lines
CC = lc
CFLAGS = -O -DNONAMES -DDEFBLOCKING=20
SRCS = buffer.c create.c diffarch.c extract.c getoldopt.c getopt.c list.c \
port.c tar.c utime.c wildmat.c amiga.c
OBJS = buffer.o create.o diffarch.o extract.o getoldopt.o getopt.o list.o \
port.o tar.o utime.o wildmat.o amiga.o
all: tar
tar: $(OBJS)
blink with tar.lnk
clean:
rm *.o tar