mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
11 lines
321 B
Diff
11 lines
321 B
Diff
--- a/src/Makefile
|
|
+++ b/src/Makefile
|
|
@@ -21,7 +21,7 @@
|
|
cp $< $@
|
|
|
|
_build/$(BUILD): $(SRCS) config.ml
|
|
- $(OCAMLBUILD) -cflags -I,+../obytelib,-g -lflags -I,+../obytelib,obytelib.cmxa $(BUILD)
|
|
+ $(OCAMLBUILD) -cflags -I,+obytelib,-g -lflags -I,+obytelib,obytelib.cmxa $(BUILD)
|
|
|
|
config.ml: $(ETC)/config.ml
|
|
cp $< $@
|