aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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