File: Makefile.decode.in

package info (click to toggle)
ocaml-flac 0.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 672 kB
  • sloc: sh: 3,263; ansic: 1,030; ml: 838; makefile: 79
file content (8 lines) | stat: -rw-r--r-- 113 bytes parent folder | download
1
2
3
4
5
6
7
8
SOURCES=encode.ml
RESULT=encode
INCDIRS=../src @OCAMLOGG_INC@
LIBS=unix ogg flac

all: nc

include OCamlMakefile