Fix if indent

This commit is contained in:
fG! 2023-05-19 19:50:46 +01:00
parent 9f6fa17928
commit 6be22a820d

View File

@ -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