Skip to content

Commit 219d253

Browse files
committed
update(plugin_template): Removing extra line
1 parent 02c1d48 commit 219d253

File tree

1 file changed

+0
-1
lines changed
  • plugin_files/scripting/template_plugin

1 file changed

+0
-1
lines changed

plugin_files/scripting/template_plugin/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ else
3636
endif
3737
mkdir $(TEMP_DIR)
3838
$(foreach src,$(SRC_FILES),$(call COMPILE_FILE,$(src)))
39-
mkdir $(BUILD_DIR)
4039

4140
ifeq ($(OS),Windows_NT)
4241
xcopy .\plugin_files .\$(BUILD_DIR) /E /C /I /F /R /Y

0 commit comments

Comments
 (0)