Initial commit

This commit is contained in:
2020-02-12 19:57:50 +01:00
commit 8ecca3824b
13 changed files with 440 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
#
# Makefile.target
#
SQLite.a.$(ARCH) : $(OBJECTS)
$(call build_target_library_arch,$@,$^)
SQLite.a:
$(call build_target,$@)
.DEFAULT_GOAL := SQLite.a
TARGETS += SQLite.a