diff options
author | dianshi <dianshi@main.lv> | 2020-07-18 18:28:08 +0100 |
---|---|---|
committer | dianshi <dianshi@main.lv> | 2020-07-18 18:28:08 +0100 |
commit | 167af45ab98240f9930424dec6784ccb875f7b04 (patch) | |
tree | 864ee3cd0d58ac8cdc45bdf14a8e1484a68e38d8 /obacklight/Makefile | |
parent | 0aeabc5237e0046f6c9c186a87f9e00484f9643a (diff) | |
download | osystem-167af45ab98240f9930424dec6784ccb875f7b04.tar.gz osystem-167af45ab98240f9930424dec6784ccb875f7b04.zip |
obacklight initial commit. to be set backlight brightness
Diffstat (limited to 'obacklight/Makefile')
-rw-r--r-- | obacklight/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
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 |