File: Makefile.submit

package info (click to toggle)
ocaml-lastfm 0.3.0-4
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 500 kB
  • ctags: 99
  • sloc: ml: 806; makefile: 84; sh: 3
file content (8 lines) | stat: -rw-r--r-- 356 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
SOURCES = submit.ml
RESULT = submit
INCDIRS = ../src /usr/lib/ocaml/pcre /usr/lib/ocaml /usr/lib/ocaml/netsys /usr/lib/ocaml/equeue /usr/lib/ocaml/netstring /usr/lib/ocaml/netclient  /home/toots/sources/hg/savonet/ocaml-lastfm/../ocaml-xmlplaylist/src
LIBS = pcre unix netsys equeue netstring netclient  xmlplaylist lastfm

all: nc

-include OCamlMakefile