about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--linux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Makefile b/linux/Makefile
index ed0ccba..7fdc88a 100644
--- a/linux/Makefile
+++ b/linux/Makefile
@@ -31,7 +31,7 @@ install: all
 	install -m 644 ../xxxterm.1 $(DESTDIR)$(MANDIR)/man1/xxxterm.1
 
 clean:
-	rm -f xxxterm *.o
+	rm -f xxxterm *.o ../*.o
 	rm -f javascript.h
 
 .PHONY: all install clean
f='#n61'>61 62 63 64