Files
Upsilon/ion/Makefile
Romain Goyet 6343a84735 [ion] Fix the C API
Change-Id: Ifbe11515171d7ee919f90fb28d63907c3c4cfd42
2017-02-14 11:24:47 +01:00

11 lines
169 B
Makefile

SFLAGS += -Iion/include -DKD_CONFIG_H=1
include ion/src/$(PLATFORM)/Makefile
objs += $(addprefix ion/src/, \
c.o \
)
tests += $(addprefix ion/test/,\
crc32.cpp\
)