From 167af45ab98240f9930424dec6784ccb875f7b04 Mon Sep 17 00:00:00 2001 From: dianshi Date: Sat, 18 Jul 2020 18:28:08 +0100 Subject: obacklight initial commit. to be set backlight brightness --- obacklight/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 obacklight/Makefile (limited to 'obacklight/Makefile') diff --git a/obacklight/Makefile b/obacklight/Makefile new file mode 100644 index 0000000..1e51d9a --- /dev/null +++ b/obacklight/Makefile @@ -0,0 +1,8 @@ +make: + ocamlc unix.cma str.cma obacklight.ml -o obacklight + +static: + ocamlopt unix.cmxa -ccopt -static obacklight.ml -o obacklight + +clean: + rm -f *.cmi *.cmx *.o *.cmo \ No newline at end of file -- cgit v1.2.3