Fixed CLEANFILES after bsd.lib.mk sweep.

This commit is contained in:
Ruslan Ermilov 2002-05-13 15:48:05 +00:00
parent 2020063860
commit 26aace39ab
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
OBJS= btxcsu.o btxsys.o btxv86.o
AFLAGS+= -elf
LDFLAGS+= -elf
CLEANFILES+= crt0.o
CLEANFILES+= crt0.o ${OBJS}
all: crt0.o

View File

@ -3,7 +3,7 @@
OBJS= btxcsu.o btxsys.o btxv86.o
AFLAGS+= -elf
LDFLAGS+= -elf
CLEANFILES+= crt0.o
CLEANFILES+= crt0.o ${OBJS}
all: crt0.o