flatten 20260225

This commit is contained in:
Timothy Prepscius
2026-02-25 13:00:25 -05:00
commit b308a4c280
114 changed files with 14759 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
include $(MAKEDIR)/Makefile.base
PROJECTS := source/c
LIBFILE := libastronomy.a
COPYTO := ../../sdk/lib
ifeq (Darwin,$(SYS_NAME))
endif
ifeq (Linux,$(SYS_NAME))
endif
ifeq (Android,$(SYS_NAME))
endif
ifeq (iOS,$(SYS_NAME))
endif
include $(MAKEDIR)/Makefile.lib