summaryrefslogtreecommitdiff
path: root/GNUmakefile
blob: 1cabcc1b87310c76d254ce100bbb22f73c9313b5 (plain)
1
2
3
4
5
6
7
8
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

include ostumake/gnu.ocaml.prog.mk