1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-25 11:36:31 +00:00

cleanup should remove both tstsout.o and setsout.o

This commit is contained in:
Nick Briggs
2018-03-23 13:19:11 -07:00
parent 32651f2f10
commit 4342f86d50

View File

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