1
0
mirror of https://github.com/pgrondek/config.git synced 2024-11-22 12:03:43 +00:00
config/i3/i3blocks/gsimplecal.mk
2019-11-25 15:59:48 +01:00

13 lines
225 B
Makefile

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)