Initial commit
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user