mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-22 10:21:30 +00:00
Add force flag to cleanup rm command, not everything may be present when we clean up.
This commit is contained in:
parent
cb285809a1
commit
65ddb5a968
@ -1119,7 +1119,7 @@ $(NATDIR)disp68K.il : $(SRCDIR)disp68K.il
|
||||
################################################################################
|
||||
|
||||
cleanup :
|
||||
rm $(LIBFILES) $(EXTFILES) $(KEYOFF)
|
||||
rm -f $(LIBFILES) $(EXTFILES) $(KEYOFF)
|
||||
|
||||
.c.o:
|
||||
$(CC) $(RFLAGS) $*.c -o $@ $(INLINE)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user