projects
/
libbear.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb6016d
)
install/uninstall
author
Patrik Gornicz
<Gornicz.P@gmail.com>
Tue, 28 Apr 2009 22:02:45 +0000
(18:02 -0400)
committer
Patrik Gornicz
<Gornicz.P@gmail.com>
Tue, 28 Apr 2009 22:02:45 +0000
(18:02 -0400)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index
7376d82
..
fb2ae17
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-64,8
+64,15
@@
endif
.PHONY: all
all: ${TARGET}
+# a quick install and uninstall instructions
install:
-
+ mkdir -p /usr/include/pg/
+ cp inc/* /usr/include/pg/
+ cp bind/libpg.so /usr/lib/
+
+uninstall:
+ rm -rf /usr/include/pg
+ rm /usr/lib/libpg.so
# cause the fancy $$ directory rules to work out
.SECONDEXPANSION: