mirror of
https://github.com/Interlisp/maiko.git
synced 2026-05-03 23:09:34 +00:00
makefile cleanup target should also remove lde executable.
This commit is contained in:
@@ -1119,7 +1119,7 @@ $(NATDIR)disp68K.il : $(SRCDIR)disp68K.il
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
cleanup :
|
cleanup :
|
||||||
rm -f $(LIBFILES) $(EXTFILES) $(KEYOFF)
|
rm -f $(LIBFILES) $(EXTFILES) $(KEYOFF) $(OSARCHDIR)lde
|
||||||
|
|
||||||
.c.o:
|
.c.o:
|
||||||
$(CC) $(RFLAGS) $*.c -o $@ $(INLINE)
|
$(CC) $(RFLAGS) $*.c -o $@ $(INLINE)
|
||||||
|
|||||||
Reference in New Issue
Block a user