aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul LeoNerd Evans <leonerd@leonerd.org.uk>2008-11-18 16:24:28 +0000
committerPaul LeoNerd Evans <leonerd@leonerd.org.uk>2008-11-18 16:24:28 +0000
commit0dc23ed684babbb860f173b382fd72a856d60bd2 (patch)
treec23285a7a5b644471c49c01ef4d0cfa78b15ea05
parent69196bcf1fb68357fc8d6af5e1b71b0c504c7aaa (diff)
downloadtermo-0dc23ed684babbb860f173b382fd72a856d60bd2.tar.gz
termo-0dc23ed684babbb860f173b382fd72a856d60bd2.tar.xz
termo-0dc23ed684babbb860f173b382fd72a856d60bd2.zip
Remove actual .so file on 'make clean'
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 69329a7..be652fc 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ libtermkey.so: termkey.o driver-csi.o driver-ti.o
.PHONY: clean
clean:
- rm -f *.o demo demo-async
+ rm -f *.o libtermkey.so demo demo-async
.PHONY: install
install: install-inc install-lib install-man