[scripts] Add a default rule for Objective-C

This commit is contained in:
Romain Goyet
2019-03-06 20:56:22 +01:00
parent 570ecd1da5
commit cbda08ac3c

View File

@@ -113,6 +113,11 @@ $(eval $(call rule_for, \
with_local_version \
))
$(eval $(call rule_for, \
OCC, %.o, %.m, \
$$(CC) $$(SFLAGS) $$(CFLAGS) -c $$< -o $$@ \
))
$(eval $(call rule_for, \
LD, %.$$(EXE), , \
$$(LD) $$^ $$(LDFLAGS) -o $$@ \