Skip to content

Commit 6c09bed

Browse files
committed
Merge pull request #4 from djs55/portable-osx
Fix build on OS X
2 parents ded5e0c + db3ed1e commit 6c09bed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ dist/build/lib-rrd/rrd.cmxa:
22
obuild configure
33
obuild build
44

5+
.PHONY: install
56
install:
67
ocamlfind install xcp-rrd lib/META $(wildcard dist/build/lib-xcp-rrd/*)
78

9+
.PHONY: uninstall
810
uninstall:
911
ocamlfind remove xcp-rrd
1012

0 commit comments

Comments
 (0)