ref: 880c99727c9536f964faba5bbfb0d25d6029dffe
parent: 35bd7fa731d33914761a4b9461967dbeb4f1aa24
author: Eli Cohen <echoline@gmail.com>
date: Sun Jan 30 20:54:17 EST 2022
Android needs to remove */*/*.o in clean target
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@
$(CC) $(CFLAGS) $*.c
clean:
- rm -f *.o */*.o */*.a *.a drawterm drawterm.exe
+ rm -f *.o */*.o */*/*.o */*.a *.a drawterm drawterm.exe
kern/libkern.a:
(cd kern; $(MAKE))