#############################################################
# Makefile to build picojson in toolchain
# fmontorsi, 10 March 2016
#

TOPDIR=..
LIBNAME=fasthash
include $(TOPDIR)/Makefiles/Repo-defines.mk

all:
	@echo "$(LIBNAME) is an header-only library. Nothing to do"

clean_build_intermediate_artifacts:

clean_build_outputs:

install::
	@echo "Nothing to install"

HAS_INSTALL_SUPPORT=1
include $(TOPDIR)/Makefiles/ThirdPartyTargetHelpers.mk
