about summary refs log tree commit diff stats
path: root/linux
diff options
context:
space:
mode:
authorRaphael Graf <r@undefined.ch>2011-05-21 16:48:29 +0000
committerRaphael Graf <r@undefined.ch>2011-05-21 16:48:29 +0000
commitbcb9f5cccd44b57d58b72b4d296345b7fb57f7d4 (patch)
tree56959367eab04ef81fb373b4f05891e2adfa6aa0 /linux
parent1d54b40407c51ff12d14410539f675681a10f07e (diff)
downloadxombrero-bcb9f5cccd44b57d58b72b4d296345b7fb57f7d4.tar.gz
Clean parent directory as well.
ok marco@
Diffstat (limited to 'linux')
-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