Skip to content

Commit

Permalink
Update frontend build target folder (_frontend -> _texedit)
Browse files Browse the repository at this point in the history
I meant to do this before but FORGOT :))
  • Loading branch information
kosude committed Apr 21, 2024
1 parent ac15f6b commit 1e72ff3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ tecomp: $(COMPILER_TOML) $(TEXLIVE_DST) $(BUILD_DIR)/texpdfc.sh | validate_cargo
FRONTEND_CMAKELISTS := $(SRC_DIR)/texedit/CMakeLists.txt

texedit: $(FRONTEND_CMAKELISTS) | validate_cmake
$(CMAKE) $(SRC_DIR)/texedit -B$(BUILD_DIR)/_frontend $(CMAKEFLAGS)
$(CMAKE) --build $(BUILD_DIR)/_frontend
mv $(BUILD_DIR)/_frontend/texedit $(BUILD_DIR)
$(CMAKE) $(SRC_DIR)/texedit -B$(BUILD_DIR)/_texedit $(CMAKEFLAGS)
$(CMAKE) --build $(BUILD_DIR)/_texedit
mv $(BUILD_DIR)/_texedit/texedit $(BUILD_DIR)


#
Expand Down

0 comments on commit 1e72ff3

Please sign in to comment.