mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-26 23:10:32 +00:00
Fix minor style inconsistency
This commit is contained in:
parent
b202b914f9
commit
ffc8aaa38a
@ -136,7 +136,7 @@ endef
|
||||
|
||||
|
||||
define link-static
|
||||
${CC} $(LDFLAGS) $< $(ARCHIVE) -o $(call staticname,$@)
|
||||
$(CC) $(LDFLAGS) $< $(ARCHIVE) -o $(call staticname,$@)
|
||||
endef
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user