ocsigen / eliom

Multi-tier framework for programming web and mobile applications in OCaml.
http://eliom.org
Other
298 stars 53 forks source link

Makefile (+) has some warts #399

Open rand00 opened 7 years ago

rand00 commented 7 years ago

Hello -

I've just started using eliom and have stumpled upon the following problems several times before making a wrapper-script:

Script that avoids the two first errors:

#! /bin/bash
set -e
make clean
eliomc -ppx -package lwt.ppx -infer src/*.eliom experiments/*.eliom 
make test.byte

Thanks for working on a cool project!

vasilisp commented 7 years ago

Thanks for bringing this up. The build system has its issues, especially when it comes to bytecode. I am not promising immediate fixes (it is a matter of prioritizing tasks), but we will keep this in mind :).