bs-ajv
Version:
BucklesScript bindings to Ajv (Another JSON Validator)
23 lines (19 loc) • 1.04 kB
Plain Text
#########################################################################
# #
# OCaml #
# #
# Alain Frisch, LexiFi #
# #
# Copyright 2012 Institut National de Recherche en Informatique et #
# en Automatique. All rights reserved. This file is distributed #
# under the terms of the Q Public License version 1.0. #
# #
#########################################################################
BASEDIR=../..
MODULES=testing misc
INCLUDES= -I $(OTOPDIR)/utils
ADD_COMPFLAGS=$(INCLUDES)
CMO_FILES+="misc.cmo"
include $(BASEDIR)/makefiles/Makefile.several
include $(BASEDIR)/makefiles/Makefile.common
BYTECODE_ONLY=true