aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 9a4d0e0..1d3f74f 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ compile:
make -C src
copy: compile mkdirs
- cp src/*.so.* target/lib
+ cp src/*.so target/lib
cp src/*.h target/include
clean:
@@ -41,9 +41,9 @@ uninstall-permissions: uninstall-rules
install: compile
mkdir -p $(PREFIX)/lib
mkdir -p $(PREFIX)/include
- cp src/*.so.* $(PREFIX)/lib
+ cp src/*.so $(PREFIX)/lib
cp src/*.h $(PREFIX)/include
uninstall:
- rm -f $(PREFIX)/lib/libk8055.so.1.0
- rm -f $(PREFIX)/include/k8055.h
+ rm $(PREFIX)/lib/libk8055.so
+ rm $(PREFIX)/include/k8055.h