config/i3/i3blocks/gsimplecal.mk

13 lines
225 B
Makefile
Raw Normal View History

2019-11-25 14:59:48 +00:00
CONFIG_DIR=$(HOME)/.config/gsimplecal
CONFIG_FILE=gsimplecal.config
install_gsimplecal: $(CONFIG_DIR)
cp $(CONFIG_FILE) $(CONFIG_DIR)/config
clean_gsimplecal:
rm -rf $(CONFIG_DIR)
$(CONFIG_DIR):
mkdir -p $(CONFIG_DIR)