blob: 0ca9786666f2eb2c8230b02630880cb719069c41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
CFLAGS+= -Wall -Werror -D_GNU_SOURCE -std=c99
CSRC= src/helpers.c
EXCL= ostumake tests
PKG= bigarray compiler-libs.bytecomp compiler-libs.common
PKG+= compiler-libs.toplevel
PROG= tamasheq
tests: $(PROG)
./run_tests.sh
include ostumake/gnu.ocaml.prog.mk
|