mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
11 lines
169 B
Makefile
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\
|
|
)
|