Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at 17.09 14 lines 432 B view raw
1diff --git a/Makefile b/Makefile 2index b8c2e01..fcd07ed 100644 3--- a/Makefile 4+++ b/Makefile 5@@ -149,7 +149,8 @@ webdoc: 6 install: install-lib install-bin 7 8 install-bin: 9- $(CP) $(HIGLO) $(HIGLO_BYTE) $(MK_HIGLO) `dirname \`which ocamlfind\``/ 10+ mkdir -p $(out)/bin 11+ $(CP) $(HIGLO) $(HIGLO_BYTE) $(MK_HIGLO) $(out)/bin 12 13 install-lib: higlo.cmo higlo.cmx higlo.cmxs $(HIGLO) $(HIGLO_BYTE) 14 ocamlfind install higlo META LICENSE \