changed Makefile again

This commit is contained in:
eck
1989-12-19 15:06:03 +00:00
parent 513b878285
commit 80b04b4440
17 changed files with 34 additions and 270 deletions

View File

@@ -1,27 +1,4 @@
.SUFFIXES: .o .e .c
.e.o:
$(CC) $(CFLAGS) -c -o $@ $*.e
clean:
rm -rf getgrent.o getopt.o getpass.o getpw.o getw.o putw.o \
rm -f getgrent.o getopt.o getpass.o getpw.o getw.o putw.o \
popen.o sleep.o termcap.o fdopen.o closedir.o getdents.o \
opendir.o readdir.o rewinddir.o seekdir.o telldir.o OLIST
getgrent.o:
getopt.o:
getpass.o:
getpw.o:
getw.o:
putw.o:
popen.o:
sleep.o:
termcap.o:
fdopen.o:
closedir.o:
getdents.o:
opendir.o:
readdir.o:
rewinddir.o:
seekdir.o:
telldir.o: