summary refs log tree commit diff
path: root/Makefile
blob: 5af98f31de66bb9e7fd80a87cf2330dd04e255f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
.PHONY: all test

all: bak

bak: elf.ml lo2.ml
	ocamlc -o bak elf.ml lo2.ml

test: bak
	./bak test
	cc -o t tmain.c t.o
	./t