mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 05:40:38 +01:00
12 lines
198 B
Makefile
12 lines
198 B
Makefile
SFLAGS += -Iion/include -DKD_CONFIG_H=1
|
|
include ion/src/$(PLATFORM)/Makefile
|
|
|
|
objs += $(addprefix ion/src/shared/, \
|
|
events.o \
|
|
log_uint32.o \
|
|
)
|
|
|
|
tests += $(addprefix ion/test/,\
|
|
crc32.cpp\
|
|
)
|