Remove actual .so file on 'make clean'

This commit is contained in:
Paul LeoNerd Evans 2008-11-18 16:24:28 +00:00
parent 69196bcf1f
commit 0dc23ed684
1 changed files with 1 additions and 1 deletions

View File

@ -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