We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffe1fc4 commit cf8fed3Copy full SHA for cf8fed3
Makefile
@@ -92,6 +92,7 @@ $(shell mkdir -p $(BUILD_DIR) $(DIST_DIR))
92
93
# Main target
94
all: $(TARGET)
95
+extension: $(TARGET)
96
97
# Link the final target
98
$(TARGET): $(OBJ_FILES) $(DEF_FILE)
@@ -229,4 +230,4 @@ help:
229
230
@echo " test - Test the extension"
231
@echo " help - Display this help message"
232
-.PHONY: all clean install test help version xcframework
233
+.PHONY: all extension clean install test help version xcframework
0 commit comments