Skip to content

Commit cf8fed3

Browse files
committed
Add 'extension' target to Makefile for improved build process
1 parent ffe1fc4 commit cf8fed3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ $(shell mkdir -p $(BUILD_DIR) $(DIST_DIR))
9292

9393
# Main target
9494
all: $(TARGET)
95+
extension: $(TARGET)
9596

9697
# Link the final target
9798
$(TARGET): $(OBJ_FILES) $(DEF_FILE)
@@ -229,4 +230,4 @@ help:
229230
@echo " test - Test the extension"
230231
@echo " help - Display this help message"
231232

232-
.PHONY: all clean install test help version xcframework
233+
.PHONY: all extension clean install test help version xcframework

0 commit comments

Comments
 (0)