File: makefile

package info (click to toggle)
ocamlwc 0.3-21
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 172 kB
  • sloc: makefile: 83; ml: 55; sh: 3
file content (14 lines) | stat: -rwxr-xr-x 368 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Georg Neis <gn@oglaroon.de>
Description: Use the bytecode compiler.

--- ocamlwc-0.3~/Makefile.in	2003-09-05 13:57:38.000000000 +0200
+++ ocamlwc-0.3/Makefile.in	2006-12-31 12:51:54.000000000 +0100
@@ -6,7 +6,7 @@
 all: ocamlwc
 
 ocamlwc: ocamlwc.ml
-	@OCAMLOPT@ -o $@ $^
+	@OCAMLC@ -o $@ $^
 
 ocamlwc.static: ocamlwc.ml
 	@OCAMLOPT@ -cclib -static -o $@ $^