changed Makefile again

This commit is contained in:
eck
1989-12-19 15:06:03 +00:00
parent 651a5f5f1b
commit 2e7ea9a523
17 changed files with 34 additions and 270 deletions

View File

@@ -1,33 +1,5 @@
.SUFFIXES: .o .e .c
.e.o:
$(CC) $(CFLAGS) -c -o $@ $*.e
clean:
rm -rf memchr.o memcmp.o memcpy.o memmove.o memset.o strcat.o \
rm -f memchr.o memcmp.o memcpy.o memmove.o memset.o strcat.o \
strchr.o strcmp.o strcoll.o strcpy.o strcspn.o strerror.o \
strncat.o strncpy.o strrchr.o strstr.o strlen.o strtok.o \
strpbrk.o strspn.o strncmp.o strxfrm.o OLIST
memchr.o:
memcmp.o:
memcpy.o:
memmove.o:
memset.o:
strcat.o:
strchr.o:
strcmp.o:
strcoll.o:
strcpy.o:
strcspn.o:
strerror.o:
strncat.o:
strncpy.o:
strrchr.o:
strstr.o:
strlen.o:
strtok.o:
strpbrk.o:
strspn.o:
strncmp.o:
strxfrm.o: