summaryrefslogtreecommitdiff
path: root/src/Makefile
blob: 9052fbcba7b43f134f6f493f9ae5e1b22f040094 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.PHONY: all test clean update_lem_lib power_test

all:
	ocamlbuild -classic-display main.native test/run_tests.native test/run_power.native

test: all
	./run_tests.native

test_power: all
	#../../../rsem/idl/power/binary/run.sh
	./run_power.native --file ../../../rsem/idl/power/binary/main.bin

clean:
	-ocamlbuild -clean
	-rm -rf _build
	-rm -rf html-doc
	-rm -rf tex-doc
	-rm -rf lem lib