File: Makefile

package info (click to toggle)
ocaml-alsa 0.3.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 256 kB
  • sloc: ansic: 952; ml: 447; makefile: 28
file content (7 lines) | stat: -rw-r--r-- 94 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
all: build

build:
	@dune build

test: build
	@export OCAMLRUNPARAM=b && dune exec ./sine.exe