summaryrefslogtreecommitdiff
path: root/Makefile
blob: 4e54096add1c6ec9a76b679e336a84bb35e544a8 (plain)
1
2
3
4
5
6
build all:
	(cd c_src && make all)
	cp c_src/fsynchelper priv/fsynchelper
	erl -make
clean:
	-rm ebin/*.beam