1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-03-05 10:44:07 +00:00

Ensure that "cleanup" target removes ldex and ldeether executables as well as lde

modified:   bin/makefile-tail
This commit is contained in:
Nick Briggs
2020-07-16 16:43:21 -07:00
parent e03a513727
commit e74ca5795c

View File

@@ -1122,7 +1122,7 @@ $(NATDIR)disp68K.il : $(SRCDIR)disp68K.il
################################################################################
cleanup :
rm -f $(LIBFILES) $(EXTFILES) $(KEYOFF) $(OBJECTDIR)tstsout.o $(OBJECTDIR)setsout.o $(OSARCHDIR)lde
rm -f $(LIBFILES) $(EXTFILES) $(KEYOFF) $(OBJECTDIR)tstsout.o $(OBJECTDIR)setsout.o $(OSARCHDIR)lde $(OSARCHDIR)ldex $(OSARCHDIR)ldeether
.c.o:
$(CC) $(RFLAGS) $*.c -o $@ $(INLINE)