Initial commit

This commit is contained in:
2020-06-16 09:43:20 +02:00
commit 4f5998cf5f
26 changed files with 696 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
#
# Makefile.target
#
ToonBridge.$(ARCH): $(OBJECTS) Application/ToonBridge.o.$(ARCH)
$(call build_target_arch,$@,$^)
ToonBridge:
$(call build_target,$@)
.DEFAULT_GOAL := ToonBridge
TARGETS += ToonBridge