Commit 632499f3 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Makefile cleanup

parent 07547382
...@@ -10,7 +10,7 @@ BFILES := $(patsubst %.b,%,$(wildcard *.b)) ...@@ -10,7 +10,7 @@ BFILES := $(patsubst %.b,%,$(wildcard *.b))
$(addsuffix -c.c,$(BFILES)) $(addsuffix -nayuki.c,$(BFILES)) $(addsuffix -c.c,$(BFILES)) $(addsuffix -nayuki.c,$(BFILES))
bf: bf.ml bf: bf.ml
ocamlopt -o $@ -g -I /usr/lib/ocaml/llvm-3.4 llvm.cmxa str.cmxa $< ocamlfind ocamlopt -linkpkg -package llvm -package str -o $@ -g $<
rm -f $@.cmi $@.cmx $@.o rm -f $@.cmi $@.cmx $@.o
%-nayuki: LDFLAGS= %-nayuki: LDFLAGS=
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment