diff --git a/Makefile b/Makefile index 6547c75e5..938ef6f87 100644 --- a/Makefile +++ b/Makefile @@ -850,7 +850,7 @@ $(LIBDIR)/libsameboy.$(DL_EXT): $(CORE_OBJECTS) $(CC) $(LDFLAGS) -shared $(FAT_FLAGS) $(CFLAGS) $^ -o $@ ifeq ($(CONF), release) $(STRIP) $@ - $(CODESIGN)$@ + $(CODESIGN) $@ endif $(PKGCONF_FILE): sameboy.pc.in