1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-13 23:27:12 +00:00

makefile cleanup target should also remove lde executable.

This commit is contained in:
Nick Briggs 2017-06-09 14:08:39 -07:00
parent 8d42e7791f
commit 467d33d913

View File

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