mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-22 21:19:48 +00:00
Fix if indent
This commit is contained in:
parent
9f6fa17928
commit
6be22a820d
@ -3,7 +3,7 @@
|
||||
|
||||
define compile
|
||||
$(ifeq ($(MACOS_UNIVERSAL),no),
|
||||
@$(CC) -MM -MP -MT $@ -MT $(@:.o=.d) $(CFLAGS) $< > $(@:.o=.d)
|
||||
@$(CC) -MM -MP -MT $@ -MT $(@:.o=.d) $(CFLAGS) $< > $(@:.o=.d)
|
||||
)
|
||||
${CC} ${CFLAGS} -c $< -o $@
|
||||
endef
|
||||
|
Loading…
Reference in New Issue
Block a user