File: Makefile

package info (click to toggle)
ocaml-websocket 2.17-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 288 kB
  • sloc: ml: 1,611; makefile: 7
file content (5 lines) | stat: -rw-r--r-- 42 bytes parent folder | download
1
2
3
4
5
all:
	dune build @all

clean:
	dune clean