1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

fonts/Iosevka/Makefile: make sure directory exists when installing

This commit is contained in:
Henrik Hautakoski 2025-05-18 22:30:41 +02:00
parent 5b2bbfcd8e
commit 6c6294297e

View file

@ -12,6 +12,7 @@ build: $(BUILD_DIR) \
install -m 644 $(BUILD_DIR)/dist/$(FONT_NAME)/TTF/*.ttf dist install -m 644 $(BUILD_DIR)/dist/$(FONT_NAME)/TTF/*.ttf dist
install: install:
mkdir -p $(INSTALL_DIR)
install -m 644 dist/*.ttf $(INSTALL_DIR) install -m 644 dist/*.ttf $(INSTALL_DIR)
$(BUILD_DIR) : $(BUILD_DIR) :