1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-18 09:02:39 +00:00

make makefile-tail cleanup target remove everything (#303)

This commit is contained in:
Nick Briggs 2021-01-26 08:25:28 -08:00 committed by GitHub
parent 8cb1c53e3f
commit d8257e7659
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
bin/makefile-tail Executable file → Normal file
View File

@ -870,7 +870,7 @@ $(OBJECTDIR)lpy.tab.o : $(SRCDIR)lpy.tab.c $(REQUIRED-INCS) $(INCDIR)lpdefs.h $
################################################################################
cleanup :
rm -f $(LIBFILES) $(EXTFILES) $(OBJECTDIR)tstsout.o $(OBJECTDIR)setsout.o $(OSARCHDIR)lde $(OSARCHDIR)ldex $(OSARCHDIR)ldeether
rm -rf $(OBJECTDIR) $(OSARCHDIR)
.c.o:
$(CC) $(RFLAGS) $*.c -o $@