From 0dc23ed684babbb860f173b382fd72a856d60bd2 Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Tue, 18 Nov 2008 16:24:28 +0000 Subject: [PATCH] Remove actual .so file on 'make clean' --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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